Skip to content

Commit ee74c7d

Browse files
committed
Minor fixes
1 parent 30d0ceb commit ee74c7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

snippets/vue-base.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,12 @@
134134
"prefix": "vcompbase",
135135
"body": [
136136
"<template>",
137-
"\t<div>",
138137
"",
139-
"\t</div>",
140138
"</template>",
141139
"",
142140
"<script lang=\"ts\">",
143141
"\timport Vue from \"vue\";",
144-
"\timport { defineComponent, ref } from \"@vue/composition-api\";",
142+
"\timport { defineComponent } from \"@vue/composition-api\";",
145143
"",
146144
"\texport default defineComponent({",
147145
"\t\t${0}",

0 commit comments

Comments
 (0)