FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.03k stars 116 forks source link

this.$refs is undefined #137

Closed muyangcaiwei closed 2 years ago

muyangcaiwei commented 2 years ago

when load the component in the first time, this.$refs is {}. when i click somewhere else in the component, then this.$refs has value

Versions