1.0.9 • Published 2 years ago

ssl-random-bgcolor v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

ssl-random-bgcolor

Click on the box to replace the random background

version

Install

npm i ssl-random-bgcolor

Usage

// 在vue文件main.js中引入自定义插件
import RandomBgcolor from 'ssl-random-bgcolor'
import "../node_modules/ssl-random-bgcolor/ssl-random-bgcolor.css"
Vue.use(RandomBgcolor)

Use in the page:

<template>
  <div>
    <!-- 改变背景颜色的块 -->
    <random-bgcolor></random-bgcolor>
    <!-- 改变字体大小的块 -->
    <random-fontsize></random-fontsize>
  </div>
</template>
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago