mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-05 19:42:07 +08:00
fix: 修复构建vue cdn包时,引入的包名错误
This commit is contained in:
parent
57ed469543
commit
5660530d8a
@ -56,7 +56,7 @@ function onlyBuildOptions(mode: string) {
|
||||
{
|
||||
name: 'vue',
|
||||
global: 'Vue',
|
||||
resolve: 'https://cdn.staticfile.org/vue/3.3.11/vue.global.min.js',
|
||||
resolve: 'https://cdn.staticfile.org/vue/3.4.7/vue.global.min.js',
|
||||
},
|
||||
{
|
||||
name: 'vue-demi',
|
||||
@ -84,7 +84,7 @@ function onlyBuildOptions(mode: string) {
|
||||
name: 'vue-i18n',
|
||||
global: 'VueI18n',
|
||||
resolve:
|
||||
'https://cdn.staticfile.org/vue-i18n/9.8.0/vue-i18n.global.min.js',
|
||||
'https://cdn.staticfile.org/vue-i18n/9.9.0/vue-i18n.global.min.js',
|
||||
},
|
||||
{
|
||||
name: 'echarts',
|
||||
|
Loading…
x
Reference in New Issue
Block a user