mirror of
https://github.com/youzan/vant.git
synced 2025-12-25 02:02:01 +08:00
[bugfix] remove unnecessary props (#323)
* fix: Tabbar icon line-height * [new feature] progress add showPivot prop * [new feature] TabItem support vue-router * [new feature] update document header style * [Doc] add toast english ducoment * [bugfix] Search box-sizing wrong * [Doc] update vant-demo respo * [Doc] translate theme & demo pages * [Doc] add Internationalization document * [bugfix] remove unnecessary props
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div :class="`${prefix}-row`" :style="style">
|
||||
<div class="van-row" :style="style">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
@@ -9,10 +9,6 @@ export default {
|
||||
name: 'van-row',
|
||||
|
||||
props: {
|
||||
prefix: {
|
||||
type: String,
|
||||
default: 'van'
|
||||
},
|
||||
gutter: {
|
||||
type: [Number, String],
|
||||
default: 0
|
||||
|
||||
Reference in New Issue
Block a user