From 86e4c8013a729fefed4b636f5fecf792dc00a4d0 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 2 Jan 2019 15:32:40 +0700 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=80=D1=83=D1=81=D1=81=D0=BA=D0=B8=D0=B9=20=D1=8F=D0=B7=D1=8B?= =?UTF-8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/main.js b/client/main.js index c15be0d6..3b0d2f31 100644 --- a/client/main.js +++ b/client/main.js @@ -2,11 +2,12 @@ import Vue from 'vue'; import App from './components/App.vue'; import ElementUI from 'element-ui'; import 'element-ui/lib/theme-chalk/index.css'; +import locale from 'element-ui/lib/locale/lang/ru-RU'; import store from './store'; //Vue.config.productionTip = false; -Vue.use(ElementUI); +Vue.use(ElementUI, { locale }); new Vue({ store,