We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c359a38 commit 6a05115Copy full SHA for 6a05115
lib/codegen/hotReload.js
@@ -19,7 +19,7 @@ if (module.hot) {
19
api.install(require('vue'))
20
if (api.compatible) {
21
module.hot.accept()
22
- if (!module.hot.data) {
+ if (!api.isRecorded('${id}')) {
23
api.createRecord('${id}', component.options)
24
} else {
25
api.${functional ? 'rerender' : 'reload'}('${id}', component.options)
0 commit comments