1、首先使用主题工具修改主题,并下载解压,得到一个index.css
2、引入自定义主题,在main.js中引用这个css既可
和引入默认主题一样,在代码里直接引用「在线主题编辑器」或「命令行工具」生成的主题的 theme/index.css
文件即可。
import '../theme/index.css'
import ElementUI from 'element-ui'
import Vue from 'vue'
Vue.use(ElementUI)
1、首先使用主题工具修改主题,并下载解压,得到一个index.css
2、引入自定义主题,在main.js中引用这个css既可
和引入默认主题一样,在代码里直接引用「在线主题编辑器」或「命令行工具」生成的主题的 theme/index.css
文件即可。
import '../theme/index.css'
import ElementUI from 'element-ui'
import Vue from 'vue'
Vue.use(ElementUI)