Skip to content

Commit 5269548

Browse files
committed
(docs): improve guide
1 parent 05f7720 commit 5269548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/common-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ test('should render Foo, then hide it', async () => {
214214
})
215215
```
216216

217-
In practice, although we are calling `setData` then waiting for the `nextTick` to ensure the DOM is updated, this test fails. This is an ongoing issue that we would like to solve before version 1.0. For now, there are some work arounds:
217+
In practice, although we are calling `setData` then waiting for the `nextTick` to ensure the DOM is updated, this test fails. This is an ongoing issue related to show Vue implements the `<transition`> component, that we would like to solve before version 1.0. For now, there are some work arounds:
218218

219219
1. Using a `transitionStub` helper
220220

0 commit comments

Comments
 (0)