Skip to content
Snippets Groups Projects

implementation of images in trivio

Merged Tini Tran requested to merge image into master
Files
14
@@ -20,7 +20,8 @@ const props = defineProps({
</div>
</div>
</div>
<img src="/src/components/icons/cat.png" alt="Question picture">
<img v-if="image":src="image" alt="Question picture">
<img v-else src="/src/assets/trivio.svg" alt="no picture">
</div>
</div>
</template>
Loading