Updated sibar

This commit is contained in:
2025-09-05 11:39:35 -04:00
parent af9e6882ba
commit 45b536baca
8 changed files with 369 additions and 15 deletions

View File

@@ -154,19 +154,14 @@
import { defineComponent } from 'vue'
import axios from 'axios'
import authHeader from '../../services/auth.header'
import Header from '../../layouts/headers/headerauth.vue'
import SideBar from '../../layouts/sidebar/sidebar.vue'
import Footer from '../../layouts/footers/footer.vue'
import { notify } from "@kyvg/vue3-notification"
export default defineComponent({
name: 'Ticket',
components: {
Header,
SideBar,
Footer,
},
data() {
return {
@@ -422,6 +417,7 @@ export default defineComponent({
}
})
},
},
})
</script>