雪落图

# 基础用法

下面是雪落图的基础用法。

<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>
Expand Copy

# Attributes

参数 说明 必填
show-content 是否显示文字,类型为Boolean,默认为true。
content 文字内容,类型为String,默认为animation。