forked from opentiny/tiny-vue
17 lines
499 B
HTML
17 lines
499 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Vite + Vue</title>
|
|
<script>
|
|
const cdnHost = 'https://npm.onmicrosoft.cn'
|
|
window.localStorage.setItem('setting-cdn', cdnHost)
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/playground/main.js"></script>
|
|
</body>
|
|
</html> |