diff --git a/404.html b/404.html index b98884f..14df929 100644 --- a/404.html +++ b/404.html @@ -13,8 +13,8 @@ -
Skip to content

404

PAGE NOT FOUND

But if you don't change your direction, and if you keep looking, you may end up where you are heading.
- +
Skip to content

404

PAGE NOT FOUND

But if you don't change your direction, and if you keep looking, you may end up where you are heading.
+ \ No newline at end of file diff --git a/components/button.html b/components/button.html index 161eda6..0e31c53 100644 --- a/components/button.html +++ b/components/button.html @@ -16,7 +16,7 @@ -
Skip to content

Button 按钮

常用的操作按钮。

基础用法

使用 typeplainroundcircle来定义按钮的样式。

<script setup lang="ts">
+    
Skip to content

Button 按钮

常用的操作按钮。

基础用法

使用 typeplainroundcircle来定义按钮的样式。

<script setup lang="ts">
 import { ErButton } from 'eric-ui'
 function handleClick(){
   alert('click')
@@ -31,7 +31,7 @@
   <er-button type="warning" @click="handleClick">Warning</er-button>
   <er-button type="danger" @click="handleClick">Danger</er-button>
 </template>
- + \ No newline at end of file diff --git a/get-started.html b/get-started.html index c1c6943..10c5b3f 100644 --- a/get-started.html +++ b/get-started.html @@ -16,7 +16,7 @@ -
Skip to content

最新 Vue3 + TS 高仿 ElementPlus 打造自己的组件库

安装

bash
npm i @eric-ui --save

开始使用

全局使用

js
// 引入所有组件
+    
Skip to content

最新 Vue3 + TS 高仿 ElementPlus 打造自己的组件库

安装

bash
npm i @eric-ui --save

开始使用

全局使用

js
// 引入所有组件
 import EricUI from 'eric-ui'
 // 引入样式
 import 'eric-ui/dist/style.css'
@@ -34,7 +34,7 @@
     components: { ErButton },
   }
 </script>

亮点

Details

todo

- + \ No newline at end of file diff --git a/index.html b/index.html index 2e8e98e..802a944 100644 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@ -
Skip to content

Eric-UI 组件库

高仿 ElementPlus

基于 Vue3 + TS 开发的组件库

- +
Skip to content

Eric-UI 组件库

高仿 ElementPlus

基于 Vue3 + TS 开发的组件库

+ \ No newline at end of file