Skip to content
目录

Spotlight 手电筒组件

何时使用

用于让鼠标拥有手电筒效果

代码演示

tsx
<script setup>
import { Spotlight } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
 <Spotlight></Spotlight>
</template>

<style></style>

<script setup>
import { Spotlight } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
 <Spotlight></Spotlight>
</template>

<style></style>

1
2
3
4
5
6
7
8
9
10

API

属性说明

属性说明类型默认值版本
width宽度number5001.0.31
height高度number5001.0.31

Welcome to the site