chore(webui): Migrate to Quasar 2.x and Vue.js 3.x
This commit is contained in:
parent
153765f99f
commit
f7edb394f2
65 changed files with 4374 additions and 7999 deletions
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<q-layout view="hHh lpR fFf">
|
||||
|
||||
<nav-bar>
|
||||
<router-view name="NavBar" />
|
||||
</nav-bar>
|
||||
|
@ -8,12 +7,11 @@
|
|||
<q-page-container>
|
||||
<router-view />
|
||||
</q-page-container>
|
||||
|
||||
</q-layout>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import NavBar from '../components/_commons/NavBar'
|
||||
import NavBar from '../components/_commons/NavBar.vue'
|
||||
|
||||
export default {
|
||||
name: 'Default',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue