Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-24 16:39:06 +08:00
3 changed files with 33 additions and 0 deletions
+4
View File
@@ -62,6 +62,10 @@ export default createComponent({
);
return () => {
if (!slots.default) {
return;
}
const { animated, scrollspy, lazyRender } = parent.props;
const active = isActive();
const show = scrollspy || active;