1
0
Fork 0
forked from TWS/kalkutago

Add vue router

This commit is contained in:
D. Scott Boggs 2023-06-25 10:29:32 -04:00
parent ac6a5e786c
commit 01398674f5
6 changed files with 46 additions and 10 deletions

View 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>