vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
930 stars 172 forks source link

Writing a style to a new file invalidates the style in app.vue #79

Closed xxholly32 closed 1 year ago

xxholly32 commented 1 year ago

sfc url

it will be ok when you remove Comp.vue code

<style>
  .test {
    color: red;
  }
</style>