fix zan prefix

This commit is contained in:
cookfront
2017-04-19 20:21:22 +08:00
parent d18bc97deb
commit 78624258de
6 changed files with 18 additions and 18 deletions

View File

@@ -40,13 +40,13 @@
<script>
const VALID_TYPES = ['text', 'number', 'email', 'url', 'tel', 'date', 'datetime', 'password', 'textarea'];
import zanCell from 'packages/cell';
import vanCell from 'packages/cell';
export default {
name: 'van-field',
components: {
zanCell
vanCell
},
props: {