webapp: use modern component format
This commit is contained in:
parent
6bf8edd416
commit
0a38103d54
@ -6,14 +6,15 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
import NavBar from "./components/NavBar.vue";
|
||||
|
||||
export default {
|
||||
export default defineComponent({
|
||||
name: "App",
|
||||
components: {
|
||||
NavBar,
|
||||
},
|
||||
};
|
||||
});
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user