From b96c066a9c0301664af325ca999d7ada1e2d9054 Mon Sep 17 00:00:00 2001 From: 07akioni <07akioni2@gmail.com> Date: Tue, 25 May 2021 13:21:43 +0800 Subject: [PATCH] docs: ui framework => component lib --- README.md | 2 +- README.zh-CN.md | 2 +- demo/pages/docs/introduction/zhCN/index.md | 2 +- demo/pages/home/index.vue | 4 ++-- index.html | 4 ++-- package.json | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 56959ac86..384c94682 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Naive UI

-

A Vue 3 UI Framework

+

A Vue 3 Component Library

Rather Complete, Themable, With Typescript, Not Too Slow

Interesting Somehow

diff --git a/README.zh-CN.md b/README.zh-CN.md index 333f1f2a3..d2213007f 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -3,7 +3,7 @@

Naive UI

-

一个 Vue 3 UI 框架

+

一个 Vue 3 组件库

比较完整,主题可调,使用 Typescript,不算太慢

有点意思

diff --git a/demo/pages/docs/introduction/zhCN/index.md b/demo/pages/docs/introduction/zhCN/index.md index 41a3387de..a53e7eac1 100644 --- a/demo/pages/docs/introduction/zhCN/index.md +++ b/demo/pages/docs/introduction/zhCN/index.md @@ -2,7 +2,7 @@ # Naive UI -Naive UI 是一个 Vue3 UI 框架。 +Naive UI 是一个 Vue3 的组件库。 要了解如何安装,参见[安装](installation)。 diff --git a/demo/pages/home/index.vue b/demo/pages/home/index.vue index 9af1f6c0b..ca460f55c 100644 --- a/demo/pages/home/index.vue +++ b/demo/pages/home/index.vue @@ -81,14 +81,14 @@ export default { ...i18n({ 'zh-CN': { start: '开始使用', - intro1: '一个 Vue 3 UI 框架', + intro1: '一个 Vue 3 组件库', intro2: '比较完整,主题可调,使用 Typescript,不算太慢', intro3: '有点意思', intro4: '换个主题' }, 'en-US': { start: 'Get Started', - intro1: 'A Vue 3 UI Framework', + intro1: 'A Vue 3 Component Library', intro2: 'Rather Complete, Themeable, With Typescript, Not Too Slow', intro3: 'Interesting Somehow', intro4: 'Change Theme' diff --git a/index.html b/index.html index f521bd27b..a7d9515c9 100644 --- a/index.html +++ b/index.html @@ -17,9 +17,9 @@