Unverified Commit 225c87af by Sendya

fix: import

parent a7613318
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"lint:nofix": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit", "test:unit": "vue-cli-service test:unit",
"postinstall": "opencollective-postinstall" "postinstall": "opencollective-postinstall"
}, },
......
...@@ -30,8 +30,8 @@ ...@@ -30,8 +30,8 @@
</template> </template>
<script> <script>
import RouteView from '@/components/layouts/RouteView' import { RouteView } from '@/layouts'
import { mixinDevice } from '@/utils/mixin.js' import { mixinDevice } from '@/utils/mixin'
export default { export default {
name: 'UserLayout', 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