feat: add operate comps

This commit is contained in:
xingyu4j
2025-06-03 18:44:13 +08:00
parent 01713ff22d
commit 861ec5281d
3 changed files with 54 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export { default as OperateLog } from './operate-log.vue';
export type { OperateLogProps } from './typing';