Skip to content

Commit a556de2

Browse files
committed
feat: add vue starport preset
1 parent 2b02f99 commit a556de2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/type-imports/index.ts

+7
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@ export const TypeImportPresets: TypeImport[] = [
88
'RouterLink',
99
],
1010
},
11+
{
12+
from: 'vue-starport',
13+
names: [
14+
'Starport',
15+
'StarportCarrier',
16+
],
17+
},
1118
]

0 commit comments

Comments
 (0)