forked from opentiny/tiny-vue
fix(playground): update unpkg url (#1145)
This commit is contained in:
parent
5709d26ee4
commit
55872604be
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue