Skip to content

Commit 0880e85

Browse files
committed
update: 调整vue组件模板缩进
1 parent 27099a5 commit 0880e85

File tree

1 file changed

+7
-7
lines changed
  • src/utils/config/template/code/vue-component

1 file changed

+7
-7
lines changed

src/utils/config/template/code/vue-component/code.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
</template>
66

77
<script>
8-
export default {
9-
data() {
10-
return {
11-
message: "This is a template of Vue3 Component!",
12-
}
13-
},
14-
}
8+
export default {
9+
data() {
10+
return {
11+
message: "This is a template of Vue3 Component!",
12+
}
13+
},
14+
}
1515
</script>
1616

1717
<style scoped></style>

0 commit comments

Comments
 (0)