Fix message

This commit is contained in:
Timothy Yin 2024-11-18 17:43:29 +08:00
parent 22a6b205f8
commit c4b755adee

View File

@ -1,3 +1,4 @@
import { inject } from 'vue'
import type { MessageApi } from '../types/message'
export const useMessage = () => {