vue3+typescript引入外部文件

vue3+typescript中引入外部文件有几种方法

(eg:引入echarts)

第一种方法:

1 indext.html中用script引入

"app">

2 在.vue页面使用,先声明后使用


                    
                    

你可能感兴趣的:(vue3+typescript引入外部文件)