mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
Merge f0df6b53e3
into 07eea0f484
This commit is contained in:
commit
4b2e9559a5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const output = ref('');
|
|||
const errored = ref(false);
|
||||
const processing = ref(false);
|
||||
|
||||
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts/' });
|
||||
figlet.defaults({ fontPath: '//unpkg.com/figlet@1.6.0/fonts' });
|
||||
|
||||
watchEffect(async () => {
|
||||
processing.value = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue