[new feature] Tabs: add lazy-render props (#2800)

This commit is contained in:
neverland
2019-02-19 19:39:09 +08:00
committed by GitHub
parent 98e7d23eef
commit bff9c9d6d9
4 changed files with 68 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ export default sfc({
type: Boolean,
default: true
},
lazyRender: {
type: Boolean,
default: true
},
lineWidth: {
type: Number,
default: null