Skip to content

Commit d52d1d3

Browse files
committed
import only type
To fix linter errors
1 parent ea341d2 commit d52d1d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/class-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<script lang="ts">
4747
import { Component, Vue, namespace, State } from 'nuxt-property-decorator'
48-
import { MetaInfo } from 'vue-meta'
48+
import type { MetaInfo } from 'vue-meta'
4949
5050
import type { RootState } from '~/store'
5151
import { namespace as settingStoreNamespace, SettingState, actionType } from '~/store/setting'

pages/options-api.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<script lang="ts">
4747
import Vue from 'vue'
48-
import { MetaInfo } from 'vue-meta'
48+
import type { MetaInfo } from 'vue-meta'
4949
import { mapActions, mapState } from 'vuex'
5050
5151
import type { RootState } from '~/store'

0 commit comments

Comments
 (0)