mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
feat(Slideover): open programmatically (#122)
This commit is contained in:
@@ -68,6 +68,9 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
addPlugin({
|
||||
src: resolve('./runtime/plugins/modal')
|
||||
})
|
||||
addPlugin({
|
||||
src: resolve('./runtime/plugins/slideover')
|
||||
})
|
||||
|
||||
addComponentsDir({
|
||||
path: resolve('./runtime/components'),
|
||||
|
||||
Reference in New Issue
Block a user