1.1.0 • Published 3 years ago

el-webfont-select v1.1.0

Weekly downloads
61
License
MIT
Repository
-
Last release
3 years ago

el-webfont-select

a web font select component base element-ui

demo

Usage

Install

import Vue from 'vue'
import elWebfontSelect from 'el-webfont-select'
Vue.use(elWebfontSelect)

Using in Vue

<template>
  <div>
    <el-Webfont-select
      value="Georgia, serif"
      :options='["Georgia, serif","\"Palatino Linotype\", \"Book Antiqua\", \"Palatino, serif\"","\"Times New Roman\", Times, serif","Arial, Helvetica, sans-serif","\"Arial Black\", Gadget, sans-serif","\"Comic Sans MS\", cursive, sans-serif","Impact, Charcoal, sans-serif","\"Lucida Sans Unicode\", \"Lucida Grande\", sans-serif","Tahoma, Geneva, sans-serif","\"Trebuchet MS\", Helvetica, sans-serif","Verdana, Geneva, sans-serif","\"Courier New\", Courier, monospace","\"Lucida Console\", Monaco, monospace"]'
    />
    <p>Hello,我爱你,1234567890</p>
  </div>
</template>
1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago