随笔分类 -  vue3

摘要:// 监听时间选择 watch( [ internalSubmTimer, internalTimer, externalSubmTimer, externaTimer, callbackTimer, ], (newValue, oldValue) => { Object.keys(newValue 阅读全文
posted @ 2022-12-06 13:09 live丶 阅读(2019) 评论(0) 推荐(0)
摘要:defineComponent函数,只是对setup函数进行封装,返回options的对象 export function defineComponent(options: unknown) { return isFunction(options) ? { setup: options } : op 阅读全文
posted @ 2022-06-21 10:25 live丶 阅读(1143) 评论(0) 推荐(0)
摘要:npm create vite@2.9.0 mangosteen-fe-1 -- --template vue-ts 阅读全文
posted @ 2022-06-20 21:34 live丶 阅读(66) 评论(0) 推荐(0)