Skip to content

Commit

Permalink
fix: 修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jianbing.chen committed Aug 5, 2024
1 parent 323410c commit 45c2829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/vue3/external.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
vue: {
src: 'https://static.huolala.cn/npm/[email protected]/dist/vue.runtime.global.prod.js',
src: 'https://static.xxx.com/npm/[email protected]/dist/vue.runtime.global.prod.js',
varName: 'Vue',
/**
* 加载位置,默认追加到头部
Expand All @@ -11,7 +11,7 @@ export default {
defer: true,
},
'vue-router': {
src: 'https://static.huolala.cn/npm/[email protected]/dist/vue-router.global.prod.js',
src: 'https://static.xxx.com/npm/[email protected]/dist/vue-router.global.prod.js',
varName: 'VueRouter',
defer: true,
async: false,
Expand Down

0 comments on commit 45c2829

Please sign in to comment.