chore: update

This commit is contained in:
xiaoxian521
2022-12-26 12:57:03 +08:00
parent c951880e3a
commit e0b7922b13
397 changed files with 765 additions and 741 deletions

1
dist/static/js/motion-a9ba222e.js vendored Normal file
View File

@@ -0,0 +1 @@
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};