chore: 添加demo

This commit is contained in:
dap
2024-08-08 16:28:23 +08:00
parent bb04bb0961
commit 01379f0c97
2 changed files with 104 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ import { DictTag } from '#/components/Dict';
import { useDictStore } from '#/store/dict';
import { getDict, getDictOptions } from '#/utils/dict';
import TableTest from './table';
onMounted(() => {
console.log('keepAlive测试 -> 挂载了');
});
@@ -93,5 +95,8 @@ onMounted(() => {
<ATag :bordered="false" color="geekblue">geekblue</ATag>
<ATag :bordered="false" color="purple">purple</ATag>
</Card>
<Card title="table测试">
<TableTest />
</Card>
</div>
</template>