mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
Vue: Always refresh component on re-render
This commit is contained in:
parent
a3d1be6f11
commit
65a10952fe
@ -44,10 +44,8 @@ export default function render({
|
||||
|
||||
showMain();
|
||||
|
||||
// at component creation || refresh by HMR
|
||||
if (!root[COMPONENT] || forceRender) {
|
||||
root[COMPONENT] = element;
|
||||
}
|
||||
// always refresh the component
|
||||
root[COMPONENT] = element;
|
||||
|
||||
// @ts-ignore https://github.com/storybookjs/storybook/pull/7578#discussion_r307986139
|
||||
root[VALUES] = element.options[VALUES];
|
||||
|
Loading…
x
Reference in New Issue
Block a user