2
註冊自定義指令在VueJs文檔,https://vuejs.org/guide/custom-directive.html 我可以使用本地Vue.directive
方法很容易地創建一個自定義指令如何在Vue公司
我的問題是如何將你能夠創建一個export default {}
相同登記部件或支柱時爲:
components: {
Component1, Component2
},
methods: {
method1() {
// code here
}
},
https://vuejs.org/examples/select2.html有一個例子 – dmitryro
是的vue實例有一個「指令」道具,像「組件」道具一樣工作 – vbranden