We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a761331 commit 225c87aCopy full SHA for 225c87a
βpackage.json
@@ -6,6 +6,7 @@
6
"serve": "vue-cli-service serve",
7
"build": "vue-cli-service build",
8
"lint": "vue-cli-service lint",
9
+ "lint:nofix": "vue-cli-service lint",
10
"test:unit": "vue-cli-service test:unit",
11
"postinstall": "opencollective-postinstall"
12
},
βsrc/layouts/UserLayout.vue
@@ -30,8 +30,8 @@
30
</template>
31
32
<script>
33
-import RouteView from '@/components/layouts/RouteView'
34
-import { mixinDevice } from '@/utils/mixin.js'
+import { RouteView } from '@/layouts'
+import { mixinDevice } from '@/utils/mixin'
35
36
export default {
37
name: 'UserLayout',
0 commit comments