diff --git a/examples/directive-next/entry.js b/examples/directive-next/entry.js index 00e9154..87511d0 100644 --- a/examples/directive-next/entry.js +++ b/examples/directive-next/entry.js @@ -54,7 +54,7 @@ new Vue({ if (this.$vuerify.check()) { alert(`welcome ${this.username}`) // eslint-disable-line } - console.log(this.$vuerify.all()) + //console.log(this.$vuerify.all()) } } })