เพิ่ม socket แจ้งเตือนออกคำสั่ง
This commit is contained in:
parent
e6748cfa57
commit
0c315eed8a
4 changed files with 69 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue