vue使用lottie渲染json動畫

一、安裝vue-lottiehtml $ npm install vue-lottie --save 二、在組件中使用Lottie渲染json動畫vue <template> <Lottie :options="defaultOptions" :height="26" :width="26" /> </template> <script> import * as animationDa
相關文章
相關標籤/搜索