06 2022 档案
摘要:1、安装引入 npm install echarts import echarts from "echarts" 2、需设定大小 <div class="chat-content" id="myCharts"></div> .chat-content { width: 100%; height: 1
阅读全文
摘要:1、安装 # 通过 npm 安装 npm i unplugin-vue-components -D 2、配置插件vite.config.js import vue from '@vitejs/plugin-vue'; import Components from 'unplugin-vue-comp
阅读全文
摘要:1、安装 npm install vue-cropperjs --save 2、引入 import VueCropper from 'vue-cropperjs'; import 'cropperjs/dist/cropper.css'; components: { VueCropper } 3、h
阅读全文