fix bug:#1546
This commit is contained in:
parent
07eea0f484
commit
f0df6b53e3
@ -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…
Reference in New Issue
Block a user