mirror of
https://git.fightbot.fun/hxuanyu/BingPaper.git
synced 2026-02-15 20:29:32 +08:00
前端页面初始化更新,使用vue进行开发
This commit is contained in:
9
webapp/src/components/ui/table/index.ts
Normal file
9
webapp/src/components/ui/table/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export { default as Table } from "./Table.vue"
|
||||
export { default as TableBody } from "./TableBody.vue"
|
||||
export { default as TableCaption } from "./TableCaption.vue"
|
||||
export { default as TableCell } from "./TableCell.vue"
|
||||
export { default as TableEmpty } from "./TableEmpty.vue"
|
||||
export { default as TableFooter } from "./TableFooter.vue"
|
||||
export { default as TableHead } from "./TableHead.vue"
|
||||
export { default as TableHeader } from "./TableHeader.vue"
|
||||
export { default as TableRow } from "./TableRow.vue"
|
||||
Reference in New Issue
Block a user