宇宙微粒

# 基础用法

下面是宇宙微粒的基础用法。

<template>
  <div class="t-particle-area">
    <as-animation-particle>
    </as-animation-particle>
  </div>
</template>
<script>
export default {
  name: "t-particle"
}
</script>

<style>
.t-particle-area {
  width: 100%;
  height: 160px;
}
</style>
Expand Copy

# Attributes

参数 说明 必填
height 高度,单位为px,类型为Number,默认为800