Fix syntax error in blurTextCode.ts

This commit is contained in:
委屈巴巴的陈某
2026-01-09 18:22:20 +08:00
committed by GitHub
parent b764ca4c5c
commit 34601135dc

View File

@@ -21,7 +21,7 @@ export const blurText = createCodeObject(code, 'TextAnimations/BlurText', {
import BlurText from "./BlurText.vue";
const handleAnimationComplete = () => {
console.log('All animations complete!');,
});
console.log('All animations complete!');
};
</script>`
});