Merge f0df6b53e3 into 07eea0f484
This commit is contained in:
commit
4b2e9559a5
@ -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…
Reference in New Issue
Block a user