@hostlink/nuxt-light 1.6.3 → 1.6.4

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/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.6.3"
4
+ "version": "1.6.4"
5
5
  }
@@ -34,8 +34,6 @@ const light = useLight({
34
34
  });
35
35
  light.init(my.styles);
36
36
 
37
- quasar.addressbarColor.set(light.color);
38
-
39
37
  //set permission
40
38
  light.setPermissions(my.permissions);
41
39
 
@@ -1,4 +1,4 @@
1
- import { Quasar, Dialog, Notify, Loading, AppFullscreen, AddressbarColor } from "quasar";
1
+ import { Quasar, Dialog, Notify, Loading, AppFullscreen } from "quasar";
2
2
  import { createI18n } from "vue-i18n";
3
3
  import { defineNuxtPlugin } from "#app";
4
4
  import { useRouter } from "vue-router";
@@ -60,8 +60,7 @@ export default defineNuxtPlugin((nuxtApp) => {
60
60
  Dialog,
61
61
  Notify,
62
62
  Loading,
63
- AppFullscreen,
64
- AddressbarColor
63
+ AppFullscreen
65
64
  }
66
65
  });
67
66
  let locale = localStorage.getItem("locale") || "en";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",