mirror of
https://github.com/doocs/md.git
synced 2025-02-02 11:17:49 +08:00
fix: update button (#476)
This commit is contained in:
parent
71de06633e
commit
3442a94c51
@ -601,6 +601,7 @@ function onDrop(e: DragEvent) {
|
|||||||
<Button
|
<Button
|
||||||
variant="link"
|
variant="link"
|
||||||
class="p-0"
|
class="p-0"
|
||||||
|
as="a"
|
||||||
href="https://developer.qiniu.com/kodo"
|
href="https://developer.qiniu.com/kodo"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
@ -642,6 +643,7 @@ function onDrop(e: DragEvent) {
|
|||||||
<Button
|
<Button
|
||||||
variant="link"
|
variant="link"
|
||||||
class="p-0"
|
class="p-0"
|
||||||
|
as="a"
|
||||||
href="http://docs.minio.org.cn/docs/master/minio-client-complete-guide"
|
href="http://docs.minio.org.cn/docs/master/minio-client-complete-guide"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
@ -680,6 +682,7 @@ function onDrop(e: DragEvent) {
|
|||||||
<Button
|
<Button
|
||||||
variant="link"
|
variant="link"
|
||||||
class="p-0"
|
class="p-0"
|
||||||
|
as="a"
|
||||||
href="https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Getting_Started_Guide.html"
|
href="https://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Getting_Started_Guide.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user