mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Merge pull request #134 from chen-lil/main
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";
|
import BlurText from "./BlurText.vue";
|
||||||
|
|
||||||
const handleAnimationComplete = () => {
|
const handleAnimationComplete = () => {
|
||||||
console.log('All animations complete!');,
|
console.log('All animations complete!');
|
||||||
});
|
};
|
||||||
</script>`
|
</script>`
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user