feat: 粒子背景+动起来了
This commit is contained in:
15
src/views/Demo/index.vue
Normal file
15
src/views/Demo/index.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<script setup lang='ts'>
|
||||
|
||||
import StarsBackground from '../../components/StarsBackground/index.vue'
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<StarsBackground></StarsBackground>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user