mirror of https://github.com/vuejs/vitepress
parent
773472d867
commit
a4ef7f3f3c
@ -0,0 +1,16 @@
|
||||
import { APP_PATH } from '../alias'
|
||||
|
||||
export const APP_HTML = `
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
<script type="module" src="/@fs/${APP_PATH}/index.js"></script>
|
||||
</body>
|
||||
</html>`
|
Loading…
Reference in new issue