dev: hotfix, data table
+ deepFetch for nested field + sampel
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
import { config } from './index.cfg'
|
||||
import { data } from './index.data'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<PubMyUiDataTable v-bind="config" :rows="data" />
|
||||
</template>
|
||||
Reference in New Issue
Block a user