vue-code-highlight
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "vue-code-highlight", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"author": "Jan Bílek", | ||
@@ -5,0 +5,0 @@ "email": "honza@elision.design", |
@@ -7,3 +7,2 @@ // Import vue component | ||
function install(Vue) { | ||
console.log('Install'); | ||
if (install.installed) return; | ||
@@ -32,2 +31,2 @@ install.installed = true; | ||
// To allow use as module (npm/webpack/etc.) export component | ||
export default plugin; | ||
export default vueHighlight; |
715296
4840