@mframework/ui 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/module.ts +1 -2
  2. package/package.json +1 -1
package/module.ts CHANGED
@@ -58,7 +58,7 @@ export default defineNuxtModule<MFrameworkUiOptions>({
58
58
  //
59
59
  // 4. Install Vuetify via vuetify-nuxt-module
60
60
  //
61
- await installModule('vuetify-nuxt-module', {
61
+ await installModule('vuetify', {
62
62
  vuetifyOptions: options.vuetify?.vuetifyOptions || {}
63
63
  })
64
64
 
@@ -82,7 +82,6 @@ export default defineNuxtModule<MFrameworkUiOptions>({
82
82
  //
83
83
  // 6. Register plugins (icons, theme, icon switching, search)
84
84
  //
85
- addPlugin(resolve('./runtime/plugins/icons'))
86
85
  addPlugin(resolve('./runtime/plugins/theme'))
87
86
  addPlugin(resolve('./runtime/plugins/icon-switcher'))
88
87
  addPlugin(resolve('./runtime/search/plugin'))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mframework/ui",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Official opinionated UI module for the M Framework.",
5
5
  "keywords": [
6
6
  "ui",