mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix bug:#1546
This commit is contained in:
parent
07eea0f484
commit
f0df6b53e3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const output = ref('');
|
||||||
const errored = ref(false);
|
const errored = ref(false);
|
||||||
const processing = 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 () => {
|
watchEffect(async () => {
|
||||||
processing.value = true;
|
processing.value = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue