chore: update

This commit is contained in:
xiaoxian521
2023-05-24 13:01:18 +08:00
parent 6294a3ffac
commit 08f05fe621
276 changed files with 465 additions and 457 deletions

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

@@ -0,0 +1 @@
import{d as o,j as i,m as n,L as s}from"./index-4d06789b.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};