我正在使用 Storybook 的 Storyshots 和 Vue 并喜欢它,但现在我创建了一些自定义指令来改变 DOM $nextTick
,我希望能够等待并拍摄故事快照,$nextTick
以便正确表示 DOM。
谁能帮助解释我如何实现这一目标?
我的设置是:
initStoryshots({
configPath: 'src/_storybook',
suite: 'web-apps',
test: multiSnapshotWithOptions(),
});
谢谢!