vue-directive-copy
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "vue-directive-copy", | ||
"description": "A Vue.js project", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"author": "Lee Khang <lekhang2512@gmail.com>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
import Vue from 'vue' | ||
import App from './App.vue' | ||
// import App from './App.vue' | ||
import Copy from './copy.js' | ||
@@ -8,9 +8,9 @@ import './style.css' | ||
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 too big to display
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
1291083
651