Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

200
Visualizações
Image is not shown in the popup

Using the starter template https://github.com/antfu/vitesse-webext for creating chrome extension. I tried to show an image in the popup but its not resolved properly. I have put the pass.png at same location as Popup.vue

Popup.vue

<template>
  <div class="w-[300px] px-4 py-5 text-center text-gray-700">
    <Logo />
    <div>WebExt <span class="opacity-50">v. 1.0</span></div>
    <p class="mt-2">
      Some description here...
      <img src="./pass.png" />
    </p>
  </div>
</template>

When clicking the icon to show the popup, its not resolved and the code shown like enter image description here enter image description here

Edit: Event if I use <img src="pass.png" /> its not resolved

about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

Change it to

<img src="pass.png">
about 4 years ago · Juan Pablo Isaza Relatório

0

Try out to import it then bind it to the img src :

<template>
  <div class="w-[300px] px-4 py-5 text-center text-gray-700">
    <Logo />
    <div>WebExt <span class="opacity-50">v. 1.0</span></div>
    <p class="mt-2">
      Some description here...
      <img :src="imgUrl" />
    </p>
  </div>
</template>
<script setup >
import imgUrl from './pass.png'

</script
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda