Appearance
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
2
3
4
5
6
7
8
9
10
API
属性说明
属性 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
width | 宽度 | number | 500 | 1.0.31 |
height | 高度 | number | 500 | 1.0.31 |