fix bug:#1546

This commit is contained in:
Xiaolei Shi 2025-04-10 19:18:41 +08:00
parent 07eea0f484
commit f0df6b53e3

View file

@ -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;