mirror of
https://github.com/youzan/vant.git
synced 2026-05-07 01:01:01 +08:00
vant components
This commit is contained in:
@@ -14,13 +14,13 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'zan-col',
|
||||
name: 'van-col',
|
||||
props: {
|
||||
span: [Number, String],
|
||||
offset: [Number, String],
|
||||
prefix: {
|
||||
type: String,
|
||||
default: 'zan'
|
||||
default: 'van'
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user