v2.1.0
- Vue 3 support
- The
role-or-permission
directive now supports modifiers
Vue 3 support
import { createApp } from 'vue'
import VueGates from 'vue-gates'
import App from './App.vue'
createApp(App)
.use(VueGates)
.mount('#app')
To learn more about the Vue 3, see the official documentation.