UNPKG

lizi-wxapp-cli

Version:

微信小程序快速创建cli脚手架

12 lines (9 loc) 245 B
import Delete from './delete' export default class DeleteComponent extends Delete { constructor() { super() this.typeName = '组件' this.typeRoot = this.componentRoot } } export const DeleteComponentFs = new DeleteComponent()