[Improvement] Reorganize demos (#1052)

This commit is contained in:
neverland
2018-05-12 15:22:37 +08:00
committed by GitHub
parent a55eda8891
commit 4de1e7da55
83 changed files with 109 additions and 113 deletions

View File

@@ -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">

View File

@@ -1,3 +1,4 @@
import Col from '..';
import demoTest from '../../../test/demo-test';
demoTest('layout');
demoTest(Col);