Demo Improvements and Masonry

This commit is contained in:
David Haz
2025-07-09 09:24:46 +03:00
parent 636822252d
commit 83607dc6c5
9 changed files with 541 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ import PrimeVue from 'primevue/config'
import Aura from '@primeuix/themes/aura'
import Button from 'primevue/button'
import Toast from 'primevue/toast'
import Select from 'primevue/select'
import ToastService from 'primevue/toastservice'
const app = createApp(App)
@@ -28,5 +29,6 @@ app.use(ToastService)
// Global components
app.component('Button', Button)
app.component('Toast', Toast)
app.component('Select', Select)
app.mount('#app')