This commit is contained in:
Xiaolei Shi 2025-04-10 11:24:59 +00:00 committed by GitHub
commit 4b2e9559a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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