vue-directive-copy
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "vue-directive-copy", | ||
"description": "A Vue.js project", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"author": "Lee Khang <lekhang2512@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -29,2 +29,3 @@ # vue-directive-copy | ||
import ClickCopy from 'vue-directive-copy' | ||
import 'vue-directive-copy/src/style.css' | ||
@@ -31,0 +32,0 @@ Vue.use(ClickCopy) |
@@ -8,9 +8,9 @@ import Vue from 'vue' | ||
if (document.querySelector('#my-strictly-unique-vue-directive-copy')) { | ||
new Vue({ | ||
el: '#my-strictly-unique-vue-directive-copy', | ||
render: h => h(App) | ||
}) | ||
} | ||
// if (document.querySelector('#my-strictly-unique-vue-directive-copy')) { | ||
// new Vue({ | ||
// el: '#my-strictly-unique-vue-directive-copy', | ||
// render: h => h(App) | ||
// }) | ||
// } | ||
export default Copy |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84
1223709