Auto import components
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
sidenav: () => import("~/components/layout/sidenav"),
|
||||
"pw-header": () => import("~/components/layout/header"),
|
||||
"pw-footer": () => import("~/components/layout/footer"),
|
||||
},
|
||||
|
||||
beforeMount() {
|
||||
// Load theme settings
|
||||
;(() => {
|
||||
|
||||
Reference in New Issue
Block a user