forked from DevCloudFE/vue-devui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert(home): use old version of home
index.md
- Loading branch information
Showing
1 changed file
with
9 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,11 @@ | ||
--- | ||
# https://vitepress.dev/reference/default-theme-home-page | ||
layout: home | ||
|
||
hero: | ||
name: 'Vue DevUI' | ||
text: '基于 DevUI Design 的 Vue3 组件库' | ||
tagline: My great project tagline | ||
actions: | ||
- theme: brand | ||
text: 快速开始 | ||
link: /quick-start | ||
- theme: alt | ||
text: Github | ||
link: https://github.com/DevCloudFE/vue-devui | ||
|
||
features: | ||
- title: Feature A | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- title: Feature B | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
- title: Feature C | ||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit | ||
layout: Home | ||
heroImage: /assets/devui-design.svg | ||
heroText: Vue DevUI | ||
tagline: 一个基于 DevUI Design 的 Vue3 组件库 | ||
actionText: 快速开始 | ||
actionLink: /quick-start/ | ||
altActionText: Github | ||
altActionLink: https://github.com/DevCloudFE/vue-devui | ||
footer: MIT Licensed | Copyright © 2021-present DevUI | ||
--- |