diff --git a/components/enum-data/enum-data.uts b/components/enum-data/enum-data.uts new file mode 100644 index 0000000000000000000000000000000000000000..e752fc5da3aa4f8a5d78033f58ee2fed371e0d11 --- /dev/null +++ b/components/enum-data/enum-data.uts @@ -0,0 +1 @@ +export type ItemType = { value : number; name : string } \ No newline at end of file diff --git a/components/enum-data/enum-data.vue b/components/enum-data/enum-data.vue index 2183d613d0faf471da3645c8595d6d0488304cb1..09d3a527c45ccc7d18b83647aba39f3230838aee 100644 --- a/components/enum-data/enum-data.vue +++ b/components/enum-data/enum-data.vue @@ -1,7 +1,6 @@ + } + \ No newline at end of file