Isolate Netlify, Firebase and Helper functions + Import from absolute paths
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
sidenav: () => import("../components/layout/sidenav"),
|
||||
"pw-header": () => import("../components/layout/header"),
|
||||
"pw-footer": () => import("../components/layout/footer"),
|
||||
sidenav: () => import("~/components/layout/sidenav"),
|
||||
"pw-header": () => import("~/components/layout/header"),
|
||||
"pw-footer": () => import("~/components/layout/footer"),
|
||||
},
|
||||
|
||||
beforeMount() {
|
||||
|
||||
Reference in New Issue
Block a user