随笔分类 - vue
摘要:一个样式 :class="{'green':flag}" 或者 :class="status!=''?'green':''" 多个样式 :class="[status!=''?'green':'',flag==false?'orange':'', 'blood']"
阅读全文
摘要:第一步:在template中写 <el-tooltip effect="dark" :content="fullscreen ? `取消全屏` : `全屏`" placement="bottom"> <i class="el-icon-rank"></i> </el-tooltip> 第二步:在sc
阅读全文
摘要:// 失败的 { "Print to console": { "prefix": "err", "body": [ "this.\\$message.error('')" ], "description": "Log output to console" } } // 成功的 { "Print to
阅读全文
摘要:{ // Place your 全局 snippets here. Each snippet is defined under a snippet name and has a scope, prefix, body and // description. Add comma separated i
阅读全文
摘要:这是我Vue cli 脚手架中 .eslintrc.js 的配置 module.exports = { root: true, env: { node: true }, extends: [ 'plugin:vue/essential', '@vue/standard' ], parserOptio
阅读全文

浙公网安备 33010602011771号