changes
This commit is contained in:
parent
82447b6a92
commit
e55d5feced
28 changed files with 2006 additions and 1543 deletions
13
layouts/empty.vue
Normal file
13
layouts/empty.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<nuxt/>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: "EmptyLayout"
|
||||
};
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue