feat: keepAlive功能

This commit is contained in:
H0nGzA1
2023-05-17 23:34:41 +08:00
parent adc522c180
commit 60035767ad
15 changed files with 352 additions and 360 deletions

View File

@@ -9,7 +9,7 @@
</fs-page>
</template>
<script lang="ts" setup>
<script lang="ts" setup name="role">
import { ref, onMounted } from 'vue';
import { useExpose, useCrud, dict } from '@fast-crud/fast-crud';
import { createCrudOptions } from './crud';