el-webfont-select
v1.1.0
Published
a web font select component base element-ui
Downloads
11
Readme
el-webfont-select
a web font select component base element-ui
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>