0.1.4 • Published 3 years ago

vue-text-spotlight v0.1.4

Weekly downloads
17
License
-
Repository
-
Last release
3 years ago

vue-text-spotlight(文字聚光灯效果)

无法显示图片

使用步骤

1.

npm install vue-text-spotlight

2.在 vue 项目入口文件 main.js 中导入并注册为全局插件

import spotlight from "vue-text-spotlight";
Vue.use(spotlight);

3.在其他页面直接使用

<spotlight :text='options.text'></spotlight>
// data数据
data() {
    return {
        options: {
            text: 'onepiece'
        }
    }
}

参数如下:

参数参数类型默认值
textStringVUE-SPOTLIGHT
0.1.4

3 years ago

0.1.3

3 years ago

0.1.1

4 years ago

0.9.0

4 years ago