forked from TWS/kalkutago
Add vue router
This commit is contained in:
parent
ac6a5e786c
commit
01398674f5
6 changed files with 46 additions and 10 deletions
11
client/src/views/TableView.vue
Normal file
11
client/src/views/TableView.vue
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<script setup lang="ts">
|
||||
import Table from "../components/Table.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="container">
|
||||
<Table></Table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue