Skip to content

Commit

Permalink
feat: add vue starport preset
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 11, 2022
1 parent 2b02f99 commit a556de2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/core/type-imports/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@ export const TypeImportPresets: TypeImport[] = [
'RouterLink',
],
},
{
from: 'vue-starport',
names: [
'Starport',
'StarportCarrier',
],
},
]

0 comments on commit a556de2

Please sign in to comment.