Skip to content

Commit cf230ef

Browse files
committed
首页
1 parent 9650228 commit cf230ef

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

docs/.vuepress/config.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
title: 'vue-tagtree',
3+
themeConfig: {
4+
nav: [
5+
{ text: '指南', link: '/' },
6+
{ text: 'GitHub', link: 'https://github.com/LiFuHai1106/vue-tagtree' },
7+
]
8+
}
9+
}

docs/.vuepress/public/home.png

3.95 KB
Loading

docs/README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
# Hello VuePress
1+
---
2+
home: true
3+
heroImage: /home.png
4+
heroText: vue-tagtree
5+
tagline: 树形选择,支持多选和单选
6+
actionText: 快速上手 →
7+
actionLink: /zh/guide/
8+
features:
9+
- title: 栏目
10+
details: 适用多栏目业务场景
11+
- title: 机构
12+
details: 适用多机构业务场景
13+
- title: 其他
14+
details: 适用其他业务场景
15+
footer: MIT Licensed | Copyright © 2020-present LiFuHai
16+
---

0 commit comments

Comments
 (0)