Skip to content

Commit 5df5448

Browse files
committed
fix: save
1 parent 2999d8f commit 5df5448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
6-
<title></title>
6+
<title>1</title>
77
</head>
88
<body>
99
<div id="app">
1010
<div v-append="html" @appended="appended"></div>
1111
</div>
1212
<script src="example.build.js"></script>
1313
</body>
14-
</html>
14+
</html>

0 commit comments

Comments
 (0)