⚠️ refactor (form): refactor label component for improved styling and responsiveness

This commit is contained in:
Abizrh
2025-08-14 16:33:19 +07:00
parent 0b59f48fdb
commit 878211bc7f
173 changed files with 324 additions and 381 deletions
+4 -1
View File
@@ -1,4 +1,5 @@
import type { ComponentType } from '@unovis/ts'
// import type { ComponentType } from '@unovis/ts'
import type { Component } from 'vue'
export interface ListItemDto {
id: number
@@ -6,6 +7,8 @@ export interface ListItemDto {
code: string
}
export type ComponentType = Component
export interface RecComponent {
idx?: number
rec: object