01 2023 档案
摘要:1、创建自定义指令 directive/el-dragDialog/index.js import drag from './drag' const install = function(Vue) { Vue.directive('el-drag-dialog', drag) } if (windo
阅读全文
摘要:第一种解决方法:修改组件名称为大驼峰,不要用系统中命令常见的名称。 第二种解决方法: 在根目录下,打开【.eslintrc.js】文件,如果没有,就新建,内容 module.exports = { root: true, env: { node: true }, 'extends': [ 'plug
阅读全文