vue3.x+ts 设置全局变量得到的一直是undefined
1.在main.ts设置全局变量
2.在页面中引入
3.在控制台打印的一直是undefined
回答:
你直接this.$assetsURL
即可
文档:application-config/globalproperties
回答:
onMounted
在setup
中使用,Option Api
使用mounted
以上是 vue3.x+ts 设置全局变量得到的一直是undefined 的全部内容, 来源链接: utcz.com/p/936600.html