nuxt-glorious 1.2.1-8 → 1.2.2-0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.1-8"
4
+ "version": "1.2.2-0"
5
5
  }
@@ -29,7 +29,7 @@ const props = defineProps({
29
29
  <nuxt-link
30
30
  v-if="item.to"
31
31
  class="glorious-breadcrumb-link"
32
- :to="item.to.toString()"
32
+ :to="`${item.to}`"
33
33
  >
34
34
  {{ item.text }}
35
35
  </nuxt-link>
@@ -1,5 +1,6 @@
1
1
  <script lang="ts" setup>
2
2
  import { useGloriousAppSetting } from "../../composables/useGloriousAppSetting";
3
+ import { watch } from "#imports";
3
4
 
4
5
  const props = defineProps({
5
6
  modelValue: {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.1-8",
2
+ "version": "1.2.2-0",
3
3
  "name": "nuxt-glorious",
4
4
  "description": "This package provides many things needed by a project, including server requests and authentication, SEO and other requirements of a project.",
5
5
  "repository": "sajadhzj/nuxt-glorious",