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 @@