Skip to content

Commit

Permalink
chore: 替换地址
Browse files Browse the repository at this point in the history
  • Loading branch information
jianbing.chen committed Aug 5, 2024
1 parent 45c2829 commit 30c8081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/vue3/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
vue(),
VitePluginExternals({
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 @@ -23,7 +23,7 @@ export default defineConfig({
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 30c8081

Please sign in to comment.