Skip to content

Commit 66dbf13

Browse files
author
yinquan
committed
docs
1 parent 970d40f commit 66dbf13

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

build.docs.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
new VueLoaderPlugin(),
2828
new HtmlWebpackPlugin({
2929
filename: 'index.html',
30-
template: 'index.html',
30+
template: './example/index.html',
3131
inject: true
3232
}),
3333
new CopyPlugin({

docs/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
<meta charset="UTF-8">
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<title>Vite App</title>
7+
<title>vue tree</title>
88
<script defer src="/vue-tree/main.js"></script></head>
99
<body>
1010
<div id="app"></div>
11-
<script type="module" src="/example/main.js"></script>
1211
</body>
1312
</html>

index.html

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)