Skip to content

Instantly share code, notes, and snippets.

@MaximilianLloyd
Last active October 2, 2020 18:18
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save MaximilianLloyd/6eeffb38e940eeba0eee75fda2b54568 to your computer and use it in GitHub Desktop.
<template>
<div>
<span v-if="true">Her er noe tekst</span>
<span v-else>Dette vises hvis noe er feil</span>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment