update:add ci cd files ==> do not edit those file
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Vue from 'vue'
|
||||
import gsap from 'gsap'
|
||||
import ScrollToPlugin from 'gsap/src/ScrollToPlugin'
|
||||
import ScrollTrigger from 'gsap/src/ScrollTrigger'
|
||||
import MotionPath from 'gsap/src/MotionPathPlugin'
|
||||
|
||||
gsap.registerPlugin(ScrollToPlugin)
|
||||
gsap.registerPlugin(ScrollTrigger)
|
||||
gsap.registerPlugin(MotionPath)
|
||||
Vue.prototype.$gsap = gsap
|
||||
|
||||
export default (context, inject) => {
|
||||
context.app.$gsap = gsap
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user