摘要: 1、安装引入 npm install echarts import echarts from "echarts" 2、需设定大小 <div class="chat-content" id="myCharts"></div> .chat-content { width: 100%; height: 1 阅读全文
posted @ 2022-06-16 09:17 Nyan 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 1、安装 # 通过 npm 安装 npm i unplugin-vue-components -D 2、配置插件vite.config.js import vue from '@vitejs/plugin-vue'; import Components from 'unplugin-vue-comp 阅读全文
posted @ 2022-06-16 08:57 Nyan 阅读(1368) 评论(0) 推荐(0) 编辑