Skip to content

Commit 225c87a

Browse files
committed
fix: import
1 parent a761331 commit 225c87a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

β€Žpackage.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"serve": "vue-cli-service serve",
77
"build": "vue-cli-service build",
88
"lint": "vue-cli-service lint",
9+
"lint:nofix": "vue-cli-service lint",
910
"test:unit": "vue-cli-service test:unit",
1011
"postinstall": "opencollective-postinstall"
1112
},

β€Žsrc/layouts/UserLayout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
</template>
3131

3232
<script>
33-
import RouteView from '@/components/layouts/RouteView'
34-
import { mixinDevice } from '@/utils/mixin.js'
33+
import { RouteView } from '@/layouts'
34+
import { mixinDevice } from '@/utils/mixin'
3535
3636
export default {
3737
name: 'UserLayout',

0 commit comments

Comments
Β (0)