mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-05 07:46:03 +08:00
feat(projects): useNaiveTable函数:类型部分
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
<div>权限管理</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="tsx"></script>
|
||||
|
||||
<style scoped></style>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<template>
|
||||
<div>用户管理</div>
|
||||
<div>
|
||||
<n-data-table />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
Reference in New Issue
Block a user