From b26a4d4f270deb9c7702a9f57bbc0e10757f26f0 Mon Sep 17 00:00:00 2001 From: buvta <12312540+buvta@users.noreply.github.com> Date: Fri, 16 Oct 2020 01:00:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E5=BC=95=E5=85=A5elementUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.js b/src/main.js index 7962b64..a08a355 100644 --- a/src/main.js +++ b/src/main.js @@ -4,6 +4,9 @@ import store from './store' import 'modern-normalize' import Register from './components/register' import './lib/element/index' +import ElementUI from 'element-ui' + +Vue.use(ElementUI) Register.registerComponents() Vue.config.productionTip = false new Vue({