changes
This commit is contained in:
@@ -18,6 +18,7 @@ dayjs.locale("vi");
|
||||
export default defineNuxtPlugin((nuxtApp) => {
|
||||
const route = useRoute();
|
||||
const { $id, $empty, $store } = nuxtApp;
|
||||
|
||||
const dialog = function (content, title, type, duration, width, height, vbind) {
|
||||
content = typeof content === "string" ? content : JSON.stringify(content);
|
||||
const vtitle =
|
||||
|
||||
Reference in New Issue
Block a user