index.js 336 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 import { VantComponent } from '../common/component'; VantComponent({ props: { size: { type: String, value: '30px' }, type: { type: String, value: 'circular' }, color: { type: String, value: '#c9c9c9' } } });