+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Medium
+ High
+
+
+
+
+
+ Create
+ Reset
+
+
+
+
+
+
+
+
diff --git a/examples/with-element-ui/plugins/element-ui.js b/examples/with-element-ui/plugins/element-ui.js
new file mode 100644
index 000000000..cb618add9
--- /dev/null
+++ b/examples/with-element-ui/plugins/element-ui.js
@@ -0,0 +1,7 @@
+import Vue from 'vue'
+import Element from 'element-ui/lib/element-ui.common'
+import locale from 'element-ui/lib/locale/lang/en'
+
+export default () => {
+ Vue.use(Element, { locale })
+}