mjz update
This commit is contained in:
11
vdoing/templates/dev.html
Normal file
11
vdoing/templates/dev.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title></title>
|
||||
</head>
|
||||
<body class="theme-mode-light">
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
</html>
|
||||
18
vdoing/templates/ssr.html
Normal file
18
vdoing/templates/ssr.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ lang }}">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>{{ title }}</title>
|
||||
<meta name="generator" content="VuePress {{ version }}">
|
||||
{{{ userHeadTags }}}
|
||||
{{{ pageMeta }}}
|
||||
{{{ canonicalLink }}}
|
||||
{{{ renderResourceHints() }}}
|
||||
{{{ renderStyles() }}}
|
||||
</head>
|
||||
<body class="theme-mode-light">
|
||||
<!--vue-ssr-outlet-->
|
||||
{{{ renderScripts() }}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user