nuxt-glorious 1.2.3-7 → 1.2.3-9

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": "nuxt-glorious",
3
3
  "configKey": "glorious",
4
- "version": "1.2.3-7"
4
+ "version": "1.2.3-9"
5
5
  }
@@ -11,7 +11,8 @@ const props = defineProps({
11
11
  },
12
12
  body: {
13
13
  required: true,
14
- type: [Object, 'undefined'],
14
+ type: Array<Object>,
15
+ default: [],
15
16
  },
16
17
  loading: {
17
18
  required: false,
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.3-7",
2
+ "version": "1.2.3-9",
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",