1.1.0 • Published 4 years ago

vue-font-style-simple v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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>
 

参数

参数类型可选值说明
fontString文字
colorString#cccccc
sizeString12px
typeStringprimary,ColorText,ShadowText文字类型
1.1.0

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago