ksc-fe / kpc

A UI Components Library for Intact, Vue, React and Angular.
https://design.ksyun.com/
MIT License
362 stars 53 forks source link

【vue-legacy】KingDesign渲染在Vue组件下,Vue组件的父组件更新,不会更新KingDesign组件 #911

Open Javey opened 10 months ago

Javey commented 10 months ago

CodeSandbox

Description

var needsForceUpdate = !!(
    renderChildren ||               // has new static slots
    vm.$options._renderChildren ||  // has old static slots
    hasDynamicScopedSlot
);

当Vue组件没有子元素,则needsForceUpdate会返回false