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 7ab4186 commit eb844bbCopy full SHA for eb844bb
packages/vue-component-dev-client/client/vue2-hot.js
@@ -94,11 +94,9 @@ function tryWrap (fn) {
94
95
exports.rerender = tryWrap(function (id, options) {
96
var record = map[id]
97
- console.log(id, record, map)
98
if (typeof options === 'function') {
99
options = options.options
100
}
101
- console.log(options)
102
record.Ctor.options.render = options.render
103
record.Ctor.options.staticRenderFns = options.staticRenderFns
104
record.instances.slice().forEach(function (instance) {
0 commit comments