朱丽叶

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

09 2022 档案

uni-app 中使用ucharts(折线图)
摘要:首先导入插件 // 2. 直接在vue文件中使用、 <!-- opts:图表样式配置 chartData为:图标数据 --> <qiun-data-charts type="line" :opts="opts" :chartData="option"/> // ucharts 配置 opts:{ x 阅读全文

posted @ 2022-09-20 11:00 朱丽叶 阅读(3030) 评论(0) 推荐(0) 编辑

Vue + Ts + Vite中使用svg
摘要:在项目目录的src下新建icons文件夹,svg目录下存放svg图片 编写index.ts文件 // 2.1 首先安装用到的插件 npm install svg-sprite-loader --save-dev npm install fs // 2.2 index.ts文件如下 import { 阅读全文

posted @ 2022-09-15 23:55 朱丽叶 阅读(327) 评论(0) 推荐(0) 编辑

uni-app web-view不占满全屏·
摘要:// web-view <web-view :src="pdfUrl"></web-view> // 在onLoad中调用 // #ifdef APP-PLUS this.setWebviewHeight() // #endif // methods方法 setWebviewHeight() { / 阅读全文

posted @ 2022-09-14 10:10 朱丽叶 阅读(1365) 评论(1) 推荐(0) 编辑

element-plus消息提示的封装
摘要:import { ElMessage } from "element-plus"; import type { EpPropMergeType } from "element-plus/es/utils/vue/props/types"; /** * * @param msg 提示的内容 * @pa 阅读全文

posted @ 2022-09-13 22:38 朱丽叶 阅读(1688) 评论(0) 推荐(0) 编辑

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