随笔分类 -  ★实用工具类

摘要:https://juejin.cn/post/6999687348120190983#heading-7 Vue3 通信使用写法 1. props 用 props 传数据给子组件有两种方法,如下 方法一,setup() 方法写法 // Parent.vue 传送 <child :msg1="msg1 阅读全文
posted @ 2023-04-16 18:06 Felix_Openmind 阅读(98) 评论(0) 推荐(0) 编辑
摘要:const programmerOutput = [ { name: "Wangzz", outPrice: 112.23, }, { name: "Wangxx", outPrice: 431.223, }, { name: "Wangio", outPrice: 10.23, }, { name 阅读全文
posted @ 2023-03-24 14:49 Felix_Openmind 阅读(73) 评论(0) 推荐(0) 编辑
摘要:let userList = [ { name: "wangzz", code: '001', age: 24 }, { name: "wangxx", code: "002", age: 25 }, { name: "wangdd", code: "003", age: 26 }, { name: 阅读全文
posted @ 2023-03-21 19:36 Felix_Openmind 阅读(34) 评论(0) 推荐(0) 编辑
摘要:nanoid生成唯一ID uuid生成唯一ID nanoid VS uuid 参考连接:https://blog.csdn.net/Cr1556648487/article/details/127012165 阅读全文
posted @ 2023-03-19 18:47 Felix_Openmind 阅读(192) 评论(0) 推荐(0) 编辑
摘要:enum.js /** * 获取枚举值:STATUSMAP.TTT * 获取枚举描述:STATUSMAP.getDesc('SH') * 通过枚举值获取描述:STATUSMAP.getDescFromValue('TG') */ function createEnum(definition) { c 阅读全文
posted @ 2023-02-15 21:05 Felix_Openmind 阅读(91) 评论(0) 推荐(0) 编辑

*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}
点击右上角即可分享
微信分享提示