From 6c8fcbdbd7d26bc55975981f8ebe2135f50ff39c Mon Sep 17 00:00:00 2001 From: "cinwell.li" Date: Wed, 28 Feb 2018 11:15:13 +0800 Subject: [PATCH] example: upgrade element-ui --- examples/with-element-ui/plugins/element-ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-element-ui/plugins/element-ui.js b/examples/with-element-ui/plugins/element-ui.js index cb618add96..346f98d67b 100644 --- a/examples/with-element-ui/plugins/element-ui.js +++ b/examples/with-element-ui/plugins/element-ui.js @@ -1,5 +1,5 @@ import Vue from 'vue' -import Element from 'element-ui/lib/element-ui.common' +import Element from 'element-ui' import locale from 'element-ui/lib/locale/lang/en' export default () => {