mirror of
https://github.com/CorentinTh/it-tools
synced 2025-12-15 07:35:39 +00:00
refactor(ui): getting ride of naive ui buttons
This commit is contained in:
committed by
Corentin THOMASSET
parent
df989e24b3
commit
c45bce36f9
@@ -14,7 +14,7 @@
|
||||
</n-form-item>
|
||||
|
||||
<n-space justify="center">
|
||||
<n-button secondary :disabled="slug.length === 0" @click="copy">Copy slug</n-button>
|
||||
<c-button :disabled="slug.length === 0" @click="copy">Copy slug</c-button>
|
||||
</n-space>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user