From b499cc111d8dd19bd54d6314ccee249cecd117b9 Mon Sep 17 00:00:00 2001 From: vird Date: Tue, 5 Jul 2016 17:12:09 +0300 Subject: [PATCH] hotreload hook --- src/util/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/options.js b/src/util/options.js index 49f135d6c0d..8f57af4d520 100644 --- a/src/util/options.js +++ b/src/util/options.js @@ -124,6 +124,7 @@ strats.el = function (parentVal, childVal, vm) { strats.init = strats.created = strats.ready = +strats.hotreload = strats.attached = strats.detached = strats.beforeCompile =