Closed
Description
Hello,
I have a component (fragment) and the beforeDestroy hook is called but not the destroyed one. Is it normal or is it a bug ?
Here is a repro: http://jsfiddle.net/xyu276sa/208/
I look at the source code and it seems this part of the code has not been updated for vue 1.0. (it works fine with vue 0.12)
Thank you