mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[bugfix] Tab: title slot render (#1212)
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
/**
|
||||
* VNode helper
|
||||
*/
|
||||
export default {
|
||||
name: 'van-node',
|
||||
functional: true,
|
||||
props: {
|
||||
node: Array
|
||||
},
|
||||
render(h, ctx) {
|
||||
return ctx.props.node;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user