diff --git a/examples/routers/tag.vue b/examples/routers/tag.vue index 645170c6..330f0617 100644 --- a/examples/routers/tag.vue +++ b/examples/routers/tag.vue @@ -1,6 +1,9 @@ @@ -9,13 +12,17 @@ data () { return { count: 3 - } + }; }, methods: { close (e, name) { console.log(e); console.log(name); + }, + check (e, name) { + console.log(e); + console.log(name); } } - } + }; diff --git a/src/components/tag/tag.vue b/src/components/tag/tag.vue index 1be13116..79a76b0f 100644 --- a/src/components/tag/tag.vue +++ b/src/components/tag/tag.vue @@ -1,6 +1,6 @@