Last active
February 7, 2025 17:25
-
-
Save lovemycodesnippets/6b5030361979fb290db772b058ede66d to your computer and use it in GitHub Desktop.
From the article "Building a Quiz App with Nuxt and Xata"
This file contains hidden or 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
<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