PlasmoHQ / with-vue

Plasmo with-vue basic example template
18 stars 0 forks source link

Live-reloading not working #1

Open tyaqing opened 1 year ago

tyaqing commented 1 year ago

I writing a file named content.vue in root. when I change some word,the browser display is still the old content.

<template>
  <div class="w-[100px]">
    <div>
      some word
    </div>
  </div>
</template>

<script lang="ts" setup>
import {ref} from "vue";

const version = ref(1)
</script>
santutu commented 1 year ago

still doesn't work

ZengTianShengZ commented 1 year ago

still doesn't work

louisgv commented 1 year ago

This example is deprecated - please use the one in examples instead xD