1.0.4 • Published 4 years ago

vue-element-theme-picker v1.0.4

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

vue-element-theme-picker 基于element-ui主题选择器

安装

npm i vue-element-theme-picker

引用

import themePicker from 'vue-element-theme-picker'

使用

Vue.use(themePicker)

配置

  <theme-picker v-model="colors" storageKey="storageKey">
colors:'#fff',//默认颜色配置
storageKey:'color' //本地缓存key :color
1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago