From 5c762ea3f2166744b67cee741e21aed4fc4c3059 Mon Sep 17 00:00:00 2001 From: Khang Date: Sun, 17 Dec 2023 21:06:18 +0700 Subject: [PATCH] Fix toast --- src/.vuepress/components/GAffiliates.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/components/GAffiliates.vue b/src/.vuepress/components/GAffiliates.vue index 7d2981f6..e3df286d 100644 --- a/src/.vuepress/components/GAffiliates.vue +++ b/src/.vuepress/components/GAffiliates.vue @@ -13,7 +13,7 @@ export default { }, mounted() { this.toast = createToastInterface({ - container: this.$root.$el, + draggable: false, timeout: false, position: POSITION.BOTTOM_LEFT, });