fix(playground): update unpkg url (#1145)

This commit is contained in:
申君健 2023-12-15 15:21:16 +08:00 committed by GitHub
parent 5709d26ee4
commit 55872604be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue</title>
<script>
const cdnHost = 'https://unpkg.com'
const cdnHost = 'https://npm.onmicrosoft.cn'
window.localStorage.setItem('setting-cdn', cdnHost)
</script>
</head>