chore: fix playground without relative path

#2939
This commit is contained in:
Pooya Parsa 2022-03-31 01:09:18 +02:00
parent 7011117c83
commit bbfb798f09

View File

@ -1,6 +1,6 @@
<template> <template>
<div class="app"> <div class="app">
<img src="./assets/logo.svg" class="h-20 mb-4"> <img src="~/assets/logo.svg" class="h-20 mb-4">
<h1 class="greeting"> <h1 class="greeting">
{{ hello }}, <br>Nuxt 3! {{ hello }}, <br>Nuxt 3!
</h1> </h1>