From abd92b2f1dde00614dc985d58c7f3a44cf491135 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Fri, 4 Jan 2019 20:56:27 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=BC=D0=BF=D0=BE=D1=80=D1=82=D0=B0=20=D0=BC?= =?UTF-8?q?=D0=BE=D0=B4=D1=83=D0=BB=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/element.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/client/element.js b/client/element.js index 402d803e..0eae2877 100644 --- a/client/element.js +++ b/client/element.js @@ -1,6 +1,5 @@ import Vue from 'vue'; - /* import ElementUI from 'element-ui'; import './theme/index.css'; @@ -24,10 +23,10 @@ import './theme/menu-item.css'; import ElButton from 'element-ui/lib/button'; import './theme/button.css'; -const ElTabs = () => import('element-ui/lib/tabs'); +import ElTabs from 'element-ui/lib/tabs'; import './theme/tabs.css'; -const ElTabPane = () => import('element-ui/lib/tab-pane'); +import ElTabPane from 'element-ui/lib/tab-pane'; import './theme/tab-pane.css'; import ElContainer from 'element-ui/lib/container'; @@ -63,4 +62,4 @@ Vue.prototype.$notify = Notification; //Vue.prototype.$message = Message; import locale from 'element-ui/lib/locale/lang/ru-RU'; -Vue.prototype.$ELEMENT = { locale }; \ No newline at end of file +Vue.prototype.$ELEMENT = { locale };