@veristone/nuxt-v-app 0.2.9 → 0.2.10

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.
@@ -165,6 +165,7 @@
165
165
  </UCard>
166
166
  </template>
167
167
 
168
+ <script setup lang="ts">
168
169
  /**
169
170
  * VATable - Veristone data table component built on Nuxt UI's UTable + TanStack Table.
170
171
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veristone/nuxt-v-app",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Veristone Nuxt App Layer - Shared components, composables, and layouts",
5
5
  "type": "module",
6
6
  "private": false,
@@ -68,4 +68,4 @@
68
68
  "@nuxt/ui": "^4.0.0",
69
69
  "nuxt": "^4.0.0"
70
70
  }
71
- }
71
+ }