From 3cc21da3b42fe77f7d12c9107a613df8686f2496 Mon Sep 17 00:00:00 2001 From: ly321100 Date: Thu, 17 Aug 2023 12:50:26 +0800 Subject: [PATCH] docs: update readme and website example links --- README.md | 4 +++- examples/components/footer.vue | 14 ++++++++++++-- examples/components/header.vue | 20 +++++++++++--------- examples/i18n/component.json | 16 ++++++++++++---- 4 files changed, 38 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 1cdf1f575bf..efac89b849e 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,12 @@ > A Vue.js 2.0 UI Toolkit for Web. -Element will stay with Vue 2.x +Element will stay with Vue 2.x For Vue 3.0, we recommend using [Element Plus](https://github.com/element-plus/element-plus)(Element Plus is a community develop project) +For MiniProgram development, we recommend using [MorJS](https://github.com/eleme/morjs) + ## Links - Homepage and documentation - [International users](http://element.eleme.io/#/en-US) diff --git a/examples/components/footer.vue b/examples/components/footer.vue index d24ca4063c8..c7a34e3a1fa 100644 --- a/examples/components/footer.vue +++ b/examples/components/footer.vue @@ -10,6 +10,7 @@ {{ langConfig.theme }} Element-React Element-Angular + MorJS