摘要: var vm = new Vue({ el:'#app', data:m, methods:{ }, // 自定义指令用directives directives:{ // 里面有三个函数bind、update、unbind change:{ // 里面有两个参数el, bindings bind: 阅读全文
posted @ 2020-12-07 22:53 #Friday 阅读(74) 评论(0) 推荐(0)