Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48979

Ion-button href animation not working

$
0
0

I noticed that if using this line <ion-button href="/<url>">Navigate</ion-button> will not trigger animation but when using:

import { useRouter } from 'vue-router'

...
setup() {
   ...
   const navToUrl = () => {
     router.push({ name: 'nav-url' })
   }
   return {
      navToUrl
   }
}

Will trigger the animation,
What would be the probelm about this? or this is an existing issue?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48979

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>