Silentdoer

导航

2020年4月28日 #

maven随记

摘要: 1.mvn clean不会clean掉本地已经install到repository的包,只是clean target里的内容; 2.Maven里的version如果是这种1.0.0-SANPSHOT,那这个SNAPSHOT的作用其实就是一个动态参数(类似动态获取当前时间),不过还需要<distrib 阅读全文

posted @ 2020-04-28 14:56 Silentdoer 阅读(152) 评论(0) 推荐(0) 编辑

Vue3.0随记

摘要: 0.vue3里不要用reactive了,就用ref,reactive据说解构后会丢失响应性; 1.Vue3.0中的const {ref, computed} = Vue;里的ref之类的是来自runtime-core/src/index.ts的导出;而这些内容又分别来自@vue/reactivity 阅读全文

posted @ 2020-04-28 09:32 Silentdoer 阅读(217) 评论(0) 推荐(0) 编辑