随笔分类 - Vue
摘要:Vue + Elementui 在<el-table-column>里获取每一行表格的索引,从0开始自增: slot-scope="scope" 和 scope.$index 配合就能获取索引 <template slot-scope="scope"> {{scope.%index}} <!--输出
阅读全文
摘要:让vscode创建vue文件时,自动生成基础模板,利用用户片段选项实现: 第一步:文件->首选项->用户片段 第二步:点击新建全局代码片段文件 第三步:输入vue.json 新建 第四步:复制下方代码或者自己编写 { "Print to console": { "prefix": "vue", "b
阅读全文

浙公网安备 33010602011771号