Vue 3 better animation (#257)
* vue-3-better-animation * Working on migration to vueuse/motion * Form sidebar animations * Clean code * Added animations for modal * Finished implementing better animations --------- Co-authored-by: Forms Dev <chirag+new@notionforms.io>
This commit is contained in:
2
resources/js/plugins/index.js
vendored
2
resources/js/plugins/index.js
vendored
@@ -1,5 +1,6 @@
|
||||
import './axios'
|
||||
import { registerLogEventOnApp } from './amplitude'
|
||||
import { MotionPlugin } from '@vueuse/motion'
|
||||
import './vapor'
|
||||
import './sentry'
|
||||
|
||||
@@ -11,6 +12,7 @@ function registerPlugin (app) {
|
||||
|
||||
app.use(Notifications)
|
||||
app.use(metaManager)
|
||||
app.use(MotionPlugin)
|
||||
registerLogEventOnApp(app)
|
||||
return app
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user