removed unplugin. Working on better performance in dev mode...

This commit is contained in:
Sockenklaus
2023-07-10 17:16:27 +02:00
parent 360fa51607
commit fdb7eae847
13 changed files with 1550 additions and 13578 deletions

View File

@@ -20,7 +20,7 @@ import type { VNode } from 'vue'
import { h } from 'vue'
import BELayout from '@/layouts/BELayout.vue'
import FlashMessages from '@/components/FlashMessages.vue'
import { NIcon, NButton } from 'naive-ui'
import { NIcon, NButton, NDataTable, NMessageProvider } from 'naive-ui'
import {
AdminPanelSettingsFilled as Admin,