mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
feat(useOverlay)!: handle programmatic modals and slideovers (#3279)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -113,8 +113,6 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
}
|
||||
|
||||
addPlugin({ src: resolve('./runtime/plugins/colors') })
|
||||
addPlugin({ src: resolve('./runtime/plugins/modal') })
|
||||
addPlugin({ src: resolve('./runtime/plugins/slideover') })
|
||||
|
||||
addComponentsDir({
|
||||
path: resolve('./runtime/components'),
|
||||
|
||||
Reference in New Issue
Block a user