project init
This commit is contained in:
7
src/util/directive.js
Normal file
7
src/util/directive.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Vue from 'vue'
|
||||
|
||||
Vue.directive('cent', {
|
||||
update(el, binding) {
|
||||
console.log({el, binding})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user