ssl-random-bgcolor
v1.0.9
Published
Click on the box to replace the random background
Downloads
14
Readme
ssl-random-bgcolor
Click on the box to replace the random background
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>