Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wxsms committed Nov 22, 2021
1 parent 7525bc7 commit e2ff83d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
10 changes: 7 additions & 3 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export default defineConfig({

function navbar() {
return [
{ text: 'Home', link: '/' },
{
text: 'Usage',
link: '/usage/getting-started',
Expand All @@ -56,9 +55,14 @@ function navbar() {
link: '/components/btn',
activeMatch: '^/components/',
},
{ text: '1.x', link: 'https://uiv-v1.wxsm.space' },
{ text: '0.x', link: 'https://uiv-v0.wxsm.space' },
{ text: 'Funding', link: '/funding/' },
{
text: 'Versions',
items: [
{ text: '1.x', link: 'https://uiv-v1.wxsm.space' },
{ text: '0.x', link: 'https://uiv-v0.wxsm.space' },
],
},
{ text: 'Changelog', link: 'https://github.com/uiv-lib/uiv/releases' },
];
}
Expand Down
4 changes: 0 additions & 4 deletions docs/components/btn.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,3 @@ Name | Description
Name | Params | Description
----------- | ------ | ---------------
`click` | | Click event of button / link.

::: tip
Use the `.native` modifier to capture browser native events such as: `@click.native="..."`, `@mouseover.native="..."`, etc.
:::
6 changes: 2 additions & 4 deletions docs/funding/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ This project is supported by [JetBrains](https://www.jetbrains.com/?from=uiv).

## Funding

If you think that this project is useful and wanted to support it financially, feel free to choose payment methods below. I really appreciate it.

如果你觉得该项目有用,并且想要对它进行一些经济上的资助,请在下面选择一个付款方式。感谢!
If you think that this project is useful and want to support our work, feel free to choose payment methods below. Really appreciate.

### Paypal

[https://www.paypal.com/paypalme/wxsm](https://www.paypal.com/paypalme/wxsm)

### 支付宝 Alipay & 微信支付 Wechat pay
### Alipay & Wechat pay

<p>
<img width="250" src="https://static.wxsm.space/pay/alipay.png" alt="alipay.png">
Expand Down

0 comments on commit e2ff83d

Please sign in to comment.