chore: update

This commit is contained in:
xiaoxian521
2023-05-11 20:53:36 +08:00
parent ff9d0da464
commit 21f658489c
406 changed files with 1054 additions and 988 deletions

View File

@@ -1 +0,0 @@
const i=Vue.defineComponent({name:"Motion",props:{delay:{type:Number,default:50}},render(){const{delay:e}=this,t=Vue.resolveDirective("motion");return Vue.withDirectives(Vue.h("div",{},{default:()=>[this.$slots.default()]}),[[t,{initial:{opacity:0,y:100},enter:{opacity:1,y:0,transition:{delay:e}}}]])}});export{i as M};