Skip to content

Commit 7059e38

Browse files
committed
minor update after prettier installation
1 parent 7e3d68f commit 7059e38

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

src/App.vue

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<script setup lang="ts">
2-
import HelloWorld from './components/HelloWorld.vue'
3-
import VueTree from './components/VueTree.vue'
2+
import HelloWorld from "./components/HelloWorld.vue";
3+
import VueTree from "./components/VueTree.vue";
44
55
// import { VueTree } from '@tlylt/vue-tree'
66
// import '@tlylt/vue-tree/style.css'
7-
87
</script>
98

109
<template>
1110
<HelloWorld msg="Vite + Vue" />
1211
<VueTree>
13-
C:/course/
14-
textbook/
15-
index.md
16-
index.md
17-
reading.md
18-
site.json
12+
C:/course/
13+
textbook/
14+
index.md
15+
index.md
16+
reading.md
17+
site.json
1918
</VueTree>
20-
21-
</template>
19+
</template>

0 commit comments

Comments
 (0)