fixed problems with tailwind overwriting naive ui styles

implemented user datatable
This commit is contained in:
Sockenklaus
2023-07-09 22:37:43 +02:00
parent bda4b0489b
commit 360fa51607
11 changed files with 93 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
import '../css/app.css'
import { createApp, h } from "vue";
import { createInertiaApp, Link } from "@inertiajs/vue3";
import '../css/app.css'
createInertiaApp({
resolve: (name) => require(`./pages/${name}`),