Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save blopa/5c733de141d87c46b2ccbfaf3c4cffb3 to your computer and use it in GitHub Desktop.
Save blopa/5c733de141d87c46b2ccbfaf3c4cffb3 to your computer and use it in GitHub Desktop.
Code for post "I built a retro RPG game shop extension for my Magento 2 store"
<div v-else-if="menuSelection === 'Talk'" class="flex items-center justify-center h-64 border-2 border-orange-500 p-6">
<p class="text-3xl text-orange-400 text-center">
{{ currentTalkLine }}
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment