摘要: 右键无法选择审查元素 快捷键 阅读全文
posted @ 2022-08-18 17:24 拉布拉多~ 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 官网 阅读全文
posted @ 2022-08-18 17:06 拉布拉多~ 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 在线代码编辑器 适合写单文件的html、js、css 多文件、项目级别、有保存功能 vsCode 的 在线版 项目管理平台 coding 阅读全文
posted @ 2022-08-18 16:57 拉布拉多~ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 自定义事件 推荐使用 kebab-case 的事件名 使用v-model Vue.component('base-checkbox', { model: { prop: 'checked', event: 'change' }, props: { checked: Boolean }, templa 阅读全文
posted @ 2022-08-18 16:17 拉布拉多~ 阅读(13) 评论(0) 推荐(0) 编辑
摘要: 引入 安装依赖 npm install echarts 全局挂载 // main.js import * as Echarts from "echarts" Vue.prototype.echarts = Echarts; Vue.use(Echarts); // 注册插件 配置 公共部分 调整横纵 阅读全文
posted @ 2022-08-18 15:27 拉布拉多~ 阅读(183) 评论(0) 推荐(0) 编辑