fix: reset store + animate intro on mount, and fix wrong opacity/positions
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
import Background from "./Background.vue";
|
||||
import LeftBar from "./LeftBar.vue";
|
||||
import Title from "./Title.vue";
|
||||
|
||||
const store = useContactStore();
|
||||
|
||||
onMounted(() => {
|
||||
store.$reset();
|
||||
store.animateIntro();
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user