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