5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import { withInstall } from '/@/utils';
|
|
import comment from './src/Comment.vue';
|
|
|
|
export const Comment = withInstall(comment);
|