nuxt-glorious 1.2.3-7 → 1.2.3-8

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-8"
5
5
  }
@@ -47,7 +47,7 @@ const props = defineProps({
47
47
  </th>
48
48
  </tr>
49
49
  </thead>
50
- <tbody v-if="!props.loading">
50
+ <tbody v-if="!props.loading && props.body !== 'undefined'">
51
51
  <tr
52
52
  v-for="(bodyItem, bodyIndex) in props.body"
53
53
  :key="bodyIndex"
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.2.3-7",
2
+ "version": "1.2.3-8",
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",