mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
Merge branch 'main' into case-converter/more-cases
This commit is contained in:
commit
a7019f8992
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ export function useCopy({ source, text = 'Copied to the clipboard' }: { source?:
|
|||
|
||||
return {
|
||||
async copy(content?: string, { notificationMessage }: { notificationMessage?: string } = {}) {
|
||||
await copy();
|
||||
await copy(content);
|
||||
message.success(notificationMessage ?? text);
|
||||
},
|
||||
};
|
||||
|
|
|
@ -103,7 +103,7 @@ const tools = computed<ToolCategory[]>(() => [
|
|||
Home
|
||||
</n-tooltip>
|
||||
|
||||
<c-button to="/c-lib" circle variant="text" aria-label="UI Lib">
|
||||
<c-button v-if="config.app.env === 'development'" to="/c-lib" circle variant="text" aria-label="UI Lib">
|
||||
<icon-mdi:brush-variant text-20px />
|
||||
</c-button>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue