UNPKG

create-iking-admin

Version:

金合技术中台脚手架

15 lines (13 loc) 425 B
/* * @Author: wfl * @LastEditors: wfl * @description: * @updateInfo: * @Date: 2022-08-26 11:26:50 * @LastEditTime: 2022-08-29 14:28:13 */ import { ikVue } from 'iking-utils'; import countButton from './src/CountButton.vue'; import countdownInput from './src/CountdownInput.vue'; export const CountdownInput = ikVue.withInstall(countdownInput); export const CountButton = ikVue.withInstall(countButton);