This repository was archived by the owner on Jan 25, 2024. It is now read-only.
This repository was archived by the owner on Jan 25, 2024. It is now read-only.
component updating only after clearing browser's cache #109
Open
Description
Hi, not sure if this is a http-vue-loader issue or something else, the thing is that
const components = {
'deck-button': httpVueLoader('components/DeckButton.vue'),
'deck-card': httpVueLoader('components/DeckCard.vue'),
}
Only deck-button
would update every time, but no deck-card
, unless I clear the cache.
I've tried everything:
- using
httpVueLoader()
- using
httpVueLoader.register()
- using
httpVueLoader
- using Node.js
http-server
- using Python
http.server
.... nothing worked.
Anybody, any idea?
Metadata
Metadata
Assignees
Labels
No labels