✨ feature: Column row component added
This commit is contained in:
parent
0c8540511e
commit
5612d5d6f4
7
src/components/table/VRow.vue
Normal file
7
src/components/table/VRow.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<script setup lang="ts">
|
||||
import Row from 'primevue/row';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Row/>
|
||||
</template>
|
Loading…
Reference in New Issue
Block a user