mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 07:30:53 +00:00
8 lines
237 B
TypeScript
8 lines
237 B
TypeScript
// TODO
|
|
// enable this case and update snapshot after bump Vue new version
|
|
// see: https://github.com/youzan/vant/issues/12925
|
|
import Demo from '../demo/index.vue';
|
|
import { snapshotDemo } from '../../../test/demo';
|
|
|
|
snapshotDemo(Demo);
|