mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-13 22:55:42 +00:00
refactor(ui): getting ride of naive ui buttons
This commit is contained in:
committed by
Corentin THOMASSET
parent
df989e24b3
commit
c45bce36f9
@@ -15,7 +15,7 @@
|
||||
</n-form-item>
|
||||
|
||||
<n-space justify="center">
|
||||
<n-button secondary @click="copyTextBase64()"> Copy base64 </n-button>
|
||||
<c-button @click="copyTextBase64()"> Copy base64 </c-button>
|
||||
</n-space>
|
||||
</n-card>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
</n-form-item>
|
||||
|
||||
<n-space justify="center">
|
||||
<n-button secondary @click="copyText()"> Copy decoded string </n-button>
|
||||
<c-button @click="copyText()"> Copy decoded string </c-button>
|
||||
</n-space>
|
||||
</n-card>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user