feat(Modal): open programmatically (#1319)

This commit is contained in:
Neil Richter
2024-02-07 16:53:17 +01:00
committed by GitHub
parent 98a2d0f1af
commit 6f29c620ab
11 changed files with 168 additions and 0 deletions

View File

@@ -90,6 +90,10 @@ export default defineNuxtModule<ModuleOptions>({
src: resolve(runtimeDir, 'plugins', 'colors')
})
addPlugin({
src: resolve(runtimeDir, 'plugins', 'modals')
})
// Components
addComponentsDir({