From 8e7ac21077def48f51bb6f213a52af9c68e6bce0 Mon Sep 17 00:00:00 2001 From: Aresn Date: Tue, 20 Jun 2017 16:47:37 +0800 Subject: [PATCH] fixed #1222 --- examples/components/table.vue | 3 +++ examples/components/test.vue | 4 ++-- examples/routers/poptip.vue | 9 +++++++++ src/components/poptip/poptip.vue | 4 ++-- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/examples/components/table.vue b/examples/components/table.vue index e882eb2..5b20882 100644 --- a/examples/components/table.vue +++ b/examples/components/table.vue @@ -96,6 +96,9 @@ } ] } + }, + mounted () { + console.log(1) } } diff --git a/examples/components/test.vue b/examples/components/test.vue index 42d9500..cbaf395 100644 --- a/examples/components/test.vue +++ b/examples/components/test.vue @@ -7,10 +7,10 @@ row: Object }, mounted () { - console.log(1); +// console.log(1); }, beforeDestroy () { - console.log(2); +// console.log(2); } } \ No newline at end of file diff --git a/examples/routers/poptip.vue b/examples/routers/poptip.vue index d86c548..f5d4e3f 100644 --- a/examples/routers/poptip.vue +++ b/examples/routers/poptip.vue @@ -1,5 +1,14 @@