diff options
Diffstat (limited to 'src/layouts/EmptyLayout.vue')
-rw-r--r-- | src/layouts/EmptyLayout.vue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/layouts/EmptyLayout.vue b/src/layouts/EmptyLayout.vue new file mode 100644 index 0000000..825ec93 --- /dev/null +++ b/src/layouts/EmptyLayout.vue @@ -0,0 +1,8 @@ +<template> + <router-view /> +</template> + +<script> +export default {}; +</script> + |