forked from Wroclaw/WorkshopTasker
Initial commit
This commit is contained in:
commit
1e63e008af
48 changed files with 12715 additions and 0 deletions
15
app.vue
Normal file
15
app.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<VApp>
|
||||
<NuxtLayout />
|
||||
<VMain>
|
||||
<VContainer fluid>
|
||||
<NuxtErrorBoundary />
|
||||
<NuxtPage />
|
||||
</VContainer>
|
||||
</VMain>
|
||||
</VApp>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
html { overflow-y: auto }
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue