Router Plugin
Documentation
- Overview - What the plugin is and why it exists
- How It Works - Technical implementation and mechanics
- Usage - How to use the plugin
Quick Start
bash
npm install @vue-gsap-flip/vue-router
vue
<script setup lang="ts">
import { flipManager } from '@vue-gsap-flip/core'
import { VueFlipRouterPlugin } from '@vue-gsap-flip/vue-router'
flipManager.registerPlugin(VueFlipRouterPlugin)
</script>