mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Fix syntax error in blurTextCode.ts
This commit is contained in:
@@ -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>`
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user