-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jianbing.chen
committed
Aug 5, 2024
1 parent
323410c
commit 45c2829
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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', | ||
/** | ||
* 加载位置,默认追加到头部 | ||
|
@@ -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, | ||
|