Last active
May 5, 2021 19:54
-
-
Save NickHatBoecker/bcd2527114bb00ef50bd58c85407c26e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// src/components/Newsticker.vue | |
<template> | |
<div :ref="elementWrapperId" class="newsticker" @click="toggleAnimation"> | |
<div :ref="elementId" class="newsticker__text">{{ text }}</div> | |
</div> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment