Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live-reloading not working #1

Open
tyaqing opened this issue Sep 27, 2022 · 3 comments
Open

Live-reloading not working #1

tyaqing opened this issue Sep 27, 2022 · 3 comments

Comments

@tyaqing
Copy link

tyaqing commented Sep 27, 2022

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
Copy link

santutu commented May 10, 2023

still doesn't work

1 similar comment
@ZengTianShengZ
Copy link

still doesn't work

@louisgv
Copy link
Contributor

louisgv commented May 23, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants