1.1.0 • Published 6 years ago
vue-font-style-simple v1.1.0
vue-font-style-simple
vue设置字体小插件
下载该组件
npm install vue-font-style-simple组件的使用
import FontStyle from 'vue-font-style-simple'
export default {
name: 'app',
data () {
return {
hello: 'hello',
color: '#cccccc',
size: '20px'
}
},
components:{
FontStyle
}
}
<font-style :color="color" :font="hello" :size="size"></font-style>
参数
| 参数 | 类型 | 可选值 | 说明 |
|---|---|---|---|
| font | String | 文字 | |
| color | String | #cccccc | |
| size | String | 12px | |
| type | String | primary,ColorText,ShadowText | 文字类型 |