File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
<a v-link =" { path: '/about' }" >about</a >
23
23
<a v-link =" { path: '/user/1234/profile/what' }" >user</a >
24
24
<a v-link =" { path: '/forbidden' }" >forbidden</a >
25
- <router-view class =" view" v- transition =" test" transition-mode =" out-in" ></router-view >
25
+ <router-view class =" view" transition =" test" transition-mode =" out-in" ></router-view >
26
26
</div >
27
27
</template >
28
28
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ describe('Core', function () {
593
593
} )
594
594
var spy = jasmine . createSpy ( )
595
595
var App = Vue . extend ( {
596
- template : '<div><router-view v- transition="test"></router-view></div>' ,
596
+ template : '<div><router-view transition="test"></router-view></div>' ,
597
597
transitions : {
598
598
test : {
599
599
enter : function ( el , cb ) {
You can’t perform that action at this time.
0 commit comments