NEW
This commit is contained in:
18
frontend/sec_/App.vue
Normal file
18
frontend/sec_/App.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<v-app>
|
||||
<v-main>
|
||||
<router-view/>
|
||||
</v-main>
|
||||
</v-app>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
||||
export default {
|
||||
name: 'App',
|
||||
|
||||
data: () => ({
|
||||
//
|
||||
}),
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user