Skip to content

Commit 56ebbba

Browse files
author
shangbin
committed
feat: 增加单页输出内容
1 parent b93e2ea commit 56ebbba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/libs/singleIndexOutput.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@ import ejs from "ejs";
33

44
const outputVueTemplate = `
55
<!DOCTYPE html>
6+
<!-- 此页面通过VCC进行搭建: https://vcc3.sahadev.tech/ -->
67
<html>
78
<head>
89
<meta charset="UTF-8">
9-
<title>页面预览</title>
10+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12+
<title>Page</title>
1013
<style stype="text/css">
1114
<%= style %>
1215
</style>

0 commit comments

Comments
 (0)