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

method to clear cache #127

Closed GodsVictory closed 2 years ago

GodsVictory commented 2 years ago

There doesn't seem to be a method to clearing cache when making changes. I can force clear my browser cache, but having end users do that isn't reasonable. I've seen some methods do this by appending timestamps to URLs, but I'm not sure if vue3-sfc-loader supports it.

GodsVictory commented 2 years ago

solution #122