Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 19d8c87

Browse files
committed
fix href
1 parent 7659cdc commit 19d8c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/src/views/Diagnostics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="row">
33
<div class="col-lg-12">
44
<div class="card-box">
5-
<a href="#" class="a-buffer font-13" @click="copyToBuffer">скопировать в буфер обмена</a>
5+
<a href="#" class="a-buffer font-13" @click="copyToBuffer" onclick="return false">скопировать в буфер обмена</a>
66
<h4 class="header-title m-t-0"><b>Система</b></h4>
77
<p class="text-muted m-b-30 font-13">Информация о системном окружении.</p>
88

0 commit comments

Comments
 (0)