通用的评论组件
流程图中可查看当前流程审批人 首页使用配置项中的后端地址 列表字段默认左对齐
This commit is contained in:
4
src/components/Comment/index.ts
Normal file
4
src/components/Comment/index.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import { withInstall } from '/@/utils';
|
||||
import comment from './src/Comment.vue';
|
||||
|
||||
export const Comment = withInstall(comment);
|
||||
Reference in New Issue
Block a user