We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375c93b commit 7d4f103Copy full SHA for 7d4f103
1 file changed
src/main.js
@@ -3,7 +3,7 @@
3
4
import DefaultLayout from '~/layouts/Default.vue'
5
6
-export default function (Vue) {
+export default function (Vue, {router, head, isClient}) {
7
// Set default layout as a global component
8
Vue.component('Layout', DefaultLayout)
9
}
0 commit comments