mirror of
https://github.com/youzan/vant.git
synced 2025-12-18 02:06:02 +08:00
[Improvement] Reorganize demos (#1052)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`renders contact correctly 1`] = `
|
||||
exports[`renders contact-card correctly 1`] = `
|
||||
<div>
|
||||
<div>
|
||||
<div class="van-contact-card van-contact-card--add">
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import ContactCard from '../';
|
||||
import demoTest from '../../../test/demo-test';
|
||||
|
||||
demoTest('contact');
|
||||
demoTest(ContactCard);
|
||||
|
||||
Reference in New Issue
Block a user