enhance(client):

This commit is contained in:
syuilo
2021-12-29 13:14:19 +09:00
parent 897d775b14
commit c537a0ba93
3 changed files with 11 additions and 41 deletions

View File

@ -67,18 +67,7 @@ import { defineComponent, onMounted, onUnmounted, ref } from 'vue';
import * as os from '@/os';
export default defineComponent({
props: {
count: {
type: Number,
required: true,
},
speed: {
type: Number,
required: true,
},
},
setup(props) {
setup() {
const particles = ref([]);
const el = ref<HTMLElement>();
const width = ref(0);