mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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