12 2023 档案

摘要:Vue项目 移动端禁止页面放大缩小(在安卓上可以实现禁止放大缩小,但是ios就不行) // index.html 中添加 meta 标签 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-sca 阅读全文
posted @ 2023-12-20 17:46 维维WW 阅读(728) 评论(0) 推荐(0) 编辑
摘要:一、安装 npm i echarts--save 二、引入 //全局引入 import echarts from 'echarts' Vue.prototype.$echarts = echarts //局部【这里使用局部引入】 import echarts from 'echarts'; 三、代码 阅读全文
posted @ 2023-12-14 10:55 维维WW 阅读(345) 评论(0) 推荐(0) 编辑
摘要:一、安装 npm i echarts--save 二、引入 //全局引入 import echarts from 'echarts' Vue.prototype.$echarts = echarts //局部【这里使用局部引入】 import echarts from 'echarts'; 三、代码 阅读全文
posted @ 2023-12-14 10:08 维维WW 阅读(492) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示