You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #2 from daylenjeez/feature-0.2.0-PartialRefactoring
# Vue3-Tabor v0.2.0
## ⚠️ BREAKING CHANGES
1. API Method Change: `useRouterTab(router)` replaces `useTabor()`. The new method no longer requires parameters
2. CSS Class Prefix Change: Class name prefix changed from `rt-` to `tabor-`. Custom styles need to be updated
## 🔄 Migration Guide
1. Replace all `useRouterTab()` calls with `useTabor()`
2. Update any custom CSS styles using the `rt-` prefix to use the `tabor-` prefix
0 commit comments