Skip to content

Instantly share code, notes, and snippets.

@lovemycodesnippets
Last active February 7, 2025 17:25
Show Gist options
  • Save lovemycodesnippets/6b5030361979fb290db772b058ede66d to your computer and use it in GitHub Desktop.
Save lovemycodesnippets/6b5030361979fb290db772b058ede66d to your computer and use it in GitHub Desktop.
From the article "Building a Quiz App with Nuxt and Xata"
<template>
<div class="result">
<div class="title">You got sample result 1!</div>
<div class="desc">Enter a short description here about the result.</div>
<div class="score">You answered 1 out of 5 correctly.</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment