chore: move vant to packages folder (#9384)

This commit is contained in:
neverland
2021-09-03 14:32:16 +08:00
committed by GitHub
parent 5a75326b65
commit c21324b256
1022 changed files with 150 additions and 164 deletions
+6
View File
@@ -0,0 +1,6 @@
import { withInstall } from '../utils';
import _Progress from './Progress';
export const Progress = withInstall(_Progress);
export default Progress;
export type { ProgressInstance } from './types';