1.2.8 • Published 3 years ago

vue-waveball-square v1.2.8

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

waveball-square(正方形波动小球)

无法显示图片

使用步骤

1.

npm install vue-waveball-square

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

import waveBall from "vue-waveball-square";
Vue.use(waveBall);

3.在其他页面直接使用

<wave-ball :cols=options.cols :rows=options.rows :color=options.color></wave-ball>
// data数据
data() {
    return {
        options: {
            cols: xxx,
            rows: xxx,
            color: xxx
        }
    }
}

参数如下:

参数参数类型默认值
colsNumber15
rowsNumber15
colorString'black'
1.2.8

3 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago