<script setup lang="ts"> import ProductsTable from './components/ProductsTable.vue' import UsersTable from './components/UsersTable.vue' </script> <template> <main class="page"> <UsersTable /> <ProductsTable /> </main> </template>
Full-stack Framework powered by TanStack Router for React and Solid
Type-safe Routing for React and Solid applications