chore: update

This commit is contained in:
xiaoxian521
2023-08-30 21:53:35 +08:00
parent d7a479afc6
commit a2e0b9155b
510 changed files with 6 additions and 516 deletions

View File

@@ -1,2 +1 @@
import{d as o,e as i,l as n,R as s}from"./index.js";const r=o({name:"Motion",props:{delay:{type:Number,default:50}},render(){const{delay:t}=this,e=i("motion");return n(s("div",{},{default:()=>[this.$slots.default()]}),[[e,{initial:{opacity:0,y:100},enter:{opacity:1,y:0,transition:{delay:t}}}]])}});export{r as M};
//# sourceMappingURL=motion.js.map