Vue - Vue3 项目开发

Vue -  Vue3 项目开发

可参考:https://www.cnblogs.com/1285026182YUAN/p/17823873.html

1.  定义全局变量

在项目根目录下增加global.d.ts 文件

declare global {
  interface Window {
    viewer: any; // 你可以根据需要定义参数的类型
  }
}

 

 

2. vscode 使用插件

Vue - Official

 

 

 

 

 

 

 

 

 

 

 

 

参考:https://blog.csdn.net/wsjzzcbq/article/details/136402218

 

 

 

 

 

 

 

 

 

 

 

 

end

posted @ 2024-09-11 13:23  无心々菜  阅读(7)  评论(0编辑  收藏  举报