index.ts 145 字节
Newer Older
V
vben 已提交
1 2 3 4
import CountButton from './src/CountButton.vue';
import CountdownInput from './src/CountdownInput.vue';

export { CountdownInput, CountButton };