From 3c20053268286ea1a417d78da682380f7d9ec49d Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 22 Aug 2018 13:29:25 -0400 Subject: [PATCH] remove unnecessary mounted function --- js/components/toggler.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/components/toggler.js b/js/components/toggler.js index 248de40a..74093dd3 100644 --- a/js/components/toggler.js +++ b/js/components/toggler.js @@ -20,9 +20,5 @@ export default { toggle: function (e) { this.isVisible = !this.isVisible } - }, - - mounted: function () { - console.log(this) } }