Skip to content

Commit 9ea87ea

Browse files
authored
disable devtools (#280)
1 parent 0f3d311 commit 9ea87ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/VtToastContainer.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ import VtTransition from "./VtTransition.vue"
3535
3636
export default defineComponent({
3737
name: "VueToastification",
38+
devtools: {
39+
hide: true,
40+
},
3841
components: { Toast, VtTransition },
3942
4043
props: Object.assign({}, PROPS.CORE_TOAST, PROPS.CONTAINER, PROPS.TRANSITION),

0 commit comments

Comments
 (0)