摘要:
案例: template el-form部分 <el-form :model="newCat" label-width="110px" ref="addRef" :rules="addCatRules"> <el-form-item label="分类名称:"> <el-input v-model= 阅读全文
摘要:
Errors compiling template: Unexpected mixed usage of different slot syntaxes. 25 | > 26 | <!-- 是否有效 --> 27 | <template slot="isok" v-slot="{row}"> | ^ 阅读全文
摘要:
2.6.0版本,v-slot 指令取代了 slot 和 solt-scope 指令 编译作用域 父级模板里的所有内容都是在父级作用域中编译的;子模板里的所有内容都是在子作用域中编译的。 后备内容 有时为一个插槽设置具体的后备 (也就是默认的) 内容是很有用的,它只会在没有提供内容的时候被渲染 具名插 阅读全文