mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-03 07:36:36 +08:00
style: 添加webfirst种子数据
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>表={{ table }}</template>
|
||||
<script setup>
|
||||
import useTableHook from '../hooks/tableHook'
|
||||
const {table}=useTableHook();
|
||||
import useTable from '../hooks/useTable'
|
||||
const {table}=useTable();
|
||||
</script>
|
||||
Reference in New Issue
Block a user