fix(app.config): update toast max duration comment for compatibility with Nuxt UI 4.0.0-alpha.0

This commit is contained in:
Ajit Mehrotra
2025-12-05 18:48:44 -05:00
parent 9f27eb787f
commit 1000976296
+1 -1
View File
@@ -43,7 +43,7 @@ export default {
position: 'top-center' as const,
// expand: false, --> buggy
duration: 5000,
max: 3,
// max: 3, --> not added yet in 4.0.0-alpha.0. Needs to be upgraded to 4.2.1 or later.
},
},
};