We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93e2ea commit 56ebbbaCopy full SHA for 56ebbba
src/libs/singleIndexOutput.js
@@ -3,10 +3,13 @@ import ejs from "ejs";
3
4
const outputVueTemplate = `
5
<!DOCTYPE html>
6
+<!-- 此页面通过VCC进行搭建: https://vcc3.sahadev.tech/ -->
7
<html>
8
<head>
9
<meta charset="UTF-8">
- <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>
13
<style stype="text/css">
14
<%= style %>
15
</style>
0 commit comments