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 2222 <a v-link =" { path: '/about' }" >about</a >
2323 <a v-link =" { path: '/user/1234/profile/what' }" >user</a >
2424 <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 >
2626 </div >
2727</template >
2828
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ describe('Core', function () {
593593 } )
594594 var spy = jasmine . createSpy ( )
595595 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>' ,
597597 transitions : {
598598 test : {
599599 enter : function ( el , cb ) {
You can’t perform that action at this time.
0 commit comments