@mframework/ui 0.0.6-beta1 → 0.0.6-beta2
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.
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@ import { vuetify } from './vuetify'
|
|
|
3
3
|
export default (nuxtApp: any) => {
|
|
4
4
|
const stored = typeof localStorage !== 'undefined' ? localStorage.getItem('mframework-icon-set') : null
|
|
5
5
|
const initial = stored || 'mdi'
|
|
6
|
+
const framework = vuetify as any
|
|
6
7
|
|
|
7
8
|
// `vuetify` typing differs between versions; treat as any here
|
|
8
9
|
;(vuetify as any).framework = (vuetify as any).framework || {}
|