Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged vue3.0

0 votes
963 views
1 answer
    感觉自己打开方式不对,好多ts报错提醒,有尝鲜过的同学来交流一下么...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    感觉自己打开方式不对,好多ts报错提醒,有尝鲜过的同学来交流一下么...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
0 votes
1.1k views
1 answer
0 votes
3.6k views
1 answer
    之前的项目是vue2.x版本开发的,使用的是vue-property-decorator来支持typescript。现在vue3.0出来后,如果在项目中使用typescript是直接使用就可以么 还是继续引入vue-property-decorator来支持typescript?...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.5k views
1 answer
    新手才开始写vue3.0 着手在编一个自己用的hook文件, 可是在typescript定义上出了问题, 拜托有大佬能解答一下~ import { ref, reactive, watch, onMounted, readonly, toRefs ... 这个变量的类型是 UnwrapNestedRefs<T> ,我要怎么在后面的代码中正确的去展开,合并 ...
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.9k views
1 answer
    ### VUE3.0 reactive([])的数组是Proxy,这种数据无法用v-for渲染,不清楚怎么解决 ### 问题出现的环境背景及自己尝试过哪些方法 ### 相关代码 <template ... { let forPeopleList = reactive([1,2,3]) return { ...toRef(forPeopleList) } }...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.9k views
1 answer
    以前Vue.use(VueI18n)现在这样写不对该怎么写呢...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    在vue里,有没有可能在public文件夹的js静态文件中引入store? 如果可以,请问如何引入...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...