@hostlink/nuxt-light 0.0.105 → 0.0.106

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": "0.0.105"
4
+ "version": "0.0.106"
5
5
  }
@@ -11,10 +11,10 @@ defineProps({
11
11
  <template>
12
12
  <l-card title="Audit info">
13
13
  <l-list>
14
- <l-item label="Created time">{{ modelValue.createdTime }}</l-item>
15
- <l-item label="Created by">{{ modelValue.createdBy }}</l-item>
16
- <l-item label="Updated time">{{ modelValue.updatedTime }}</l-item>
17
- <l-item label="Updated by">{{ modelValue.updateBy }}</l-item>
14
+ <l-item label="Created time" v-if="modelValue.createdTime">{{ modelValue.createdTime }}</l-item>
15
+ <l-item label="Created by" v-if="modelValue.createdBy">{{ modelValue.createdBy }}</l-item>
16
+ <l-item label="Updated time" v-if="modelValue.updatedTime">{{ modelValue.updatedTime }}</l-item>
17
+ <l-item label="Updated by" v-if="modelValue.updatedBy">{{ modelValue.updatedBy }}</l-item>
18
18
  </l-list>
19
19
  </l-card>
20
20
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "0.0.105",
3
+ "version": "0.0.106",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",