Unverified Commit 225c87af by Sendya

fix: import

parent a7613318
......@@ -6,6 +6,7 @@
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:nofix": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit",
"postinstall": "opencollective-postinstall"
},
......
......@@ -30,8 +30,8 @@
</template>
<script>
import RouteView from '@/components/layouts/RouteView'
import { mixinDevice } from '@/utils/mixin.js'
import { RouteView } from '@/layouts'
import { mixinDevice } from '@/utils/mixin'
export default {
name: 'UserLayout',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment