refactor: add new examples

This commit is contained in:
mrholek
2023-11-07 15:58:56 +01:00
parent 1101d8f2a1
commit 3e9b26da00
3 changed files with 229 additions and 0 deletions
+5
View File
@@ -254,6 +254,11 @@ const routes = [
name: 'Modals',
component: () => import('@/views/notifications/Modals.vue'),
},
{
path: '/notifications/toasts',
name: 'Toasts',
component: () => import('@/views/notifications/Toasts.vue'),
},
],
},
{