mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
fix zan prefix
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user