01 2021 档案

摘要:展示效果 组件内容(在原有element的button组件进行二次封装) <template> <el-button v-if="type" :disabled="disabled" class="s-button" type="text" @click="_click"> <el-tooltip 阅读全文
posted @ 2021-01-25 14:37 爱放屁的菜鸟 阅读(369) 评论(0) 推荐(0)
摘要:myEchartsBar(data, id) { let legendArr = data.series.map((item) => item.name) let option = { color: ['#FF6D6D', '#2282FF','#17C388'], tooltip: { trigg 阅读全文
posted @ 2021-01-22 16:32 爱放屁的菜鸟 阅读(230) 评论(0) 推荐(0)
摘要:我使用的是 vue3 + typescript + eslint解决方法在.eslintrc.js文件的rules 增加一行 "@typescript-eslint/no-inferrable-types": "off" // 关闭类型推断 rules: { "no-console": proces 阅读全文
posted @ 2021-01-18 18:02 爱放屁的菜鸟 阅读(2488) 评论(0) 推荐(1)