[bugfix] Tab: title slot render (#1212)

This commit is contained in:
neverland
2018-05-31 17:58:59 +08:00
committed by GitHub
parent 3fa49cdd3e
commit 9b01710556
4 changed files with 82 additions and 38 deletions

View File

@@ -1,13 +0,0 @@
/**
* VNode helper
*/
export default {
name: 'van-node',
functional: true,
props: {
node: Array
},
render(h, ctx) {
return ctx.props.node;
}
};