下面是雪落图的基础用法。
<template> <div class="t-falling-snow-area"> <as-animation-falling-snow :show-content="false"> </as-animation-falling-snow> </div> </template> <script> export default { name: "t-falling-snow" } </script> <style> .t-falling-snow-area{ width: 100%; } </style>
← 画图板 散花图 →