mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 04:57:40 +08:00
fix transition spec typo (#3141)
This commit is contained in:
parent
ebd8d5fd59
commit
194b20a9dc
@ -236,7 +236,7 @@ if (!isIE9) {
|
||||
:key="view"
|
||||
class="test"
|
||||
transition="test"
|
||||
transition-mode="in-out">{{view}}</component>
|
||||
transition-mode="in-out">{{view}}</div>
|
||||
</div>`,
|
||||
data: { view: 'one' },
|
||||
components,
|
||||
|
Loading…
Reference in New Issue
Block a user