chore: update

This commit is contained in:
xiaoxian521
2023-07-12 18:27:40 +08:00
parent ff272087ee
commit bd5e96c6ab
220 changed files with 872 additions and 801 deletions

View File

@@ -1 +1 @@
import{d as o,b as i,g as n,O 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};
import{d as o,g as i,k as n,Q 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};