diff --git a/README.md b/README.md
index 2f00678..075c6c3 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@
A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.
+This project is built by a magic vue cli plugin - [@codetrial/vue-cli-plugin-element](https://github.com/codetrial/vue-cli-plugin-element)
+
:us: English | [:cn: 简体中文](README.zh-CN.md)
## Docs
@@ -16,11 +18,20 @@ A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.
## Quick Start
+### Using Git
+
```bash
+# clone this repository
yarn install
yarn run serve
```
+### Using Vue CLI
+
+```bash
+vue create --preset codetrial/vue-cli-plugin-element your-project
+```
+
## Core Features
- :camera: Minimal dependencies
diff --git a/README.zh-CN.md b/README.zh-CN.md
index b09fcf6..5a94dc9 100644
--- a/README.zh-CN.md
+++ b/README.zh-CN.md
@@ -4,6 +4,8 @@
一个简约而不简单的基于 Vue CLI 3 和 ElementUI 的中后台管理系统。
+此项目由一个不可思议的 vue cli 插件构建 - [@codetrial/vue-cli-plugin-element](https://github.com/codetrial/vue-cli-plugin-element)
+
:cn: 简体中文 | [:us: English](README.md)
## 文档
@@ -16,11 +18,20 @@
## 快速开始
+### 使用 Git
+
```bash
+# 克隆这个仓库
yarn install
yarn run serve
```
+### 使用 Vue CLI
+
+```bash
+vue create --preset codetrial/vue-cli-plugin-element your-project
+```
+
## 核心功能
:camera: **最小依赖**:仅依赖 Vue 官方库及 ElementUI 组件库,未额外引入其它第三方库,为你提供自由发挥的空间。
diff --git a/package.json b/package.json
index 3fc5689..b95c05f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "element-admin",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "A dead simple but powerful vue admin with Vue CLI 3 and ElementUI.",
"keywords": [
"vue",
diff --git a/src/views/example/Table.vue b/src/views/example/Table.vue
index 293bf53..5f9917c 100644
--- a/src/views/example/Table.vue
+++ b/src/views/example/Table.vue
@@ -66,7 +66,7 @@
{{ scope.row.name }}
-
+
-
-
+
+
查看