เพิ่ม socket แจ้งเตือนออกคำสั่ง

This commit is contained in:
Thanaphon Frappet 2025-04-01 12:50:30 +07:00
parent e6748cfa57
commit 0c315eed8a
4 changed files with 69 additions and 1 deletions

View file

@ -1,4 +1,11 @@
<script setup lang="ts"></script>
<script setup lang="ts">
import { useSocketStore } from "@/stores/socket";
import { onMounted } from "vue";
onMounted(() => {
useSocketStore();
});
</script>
<template>
<div id="azay-admin-app">