1、安装element npm i element-ui -S 2、引入在main.js写入一下内容3、按需引入 ... import Vue from 'vue'; import ElementUI from 'element-ui'; ...
確定! 回上一頁