From 57bc894049b2b93d206327eca4b71c68f5c1ef05 Mon Sep 17 00:00:00 2001 From: ywt0803 Date: Sun, 21 Jun 2020 15:53:15 +0800 Subject: [PATCH] Update entry.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this.$vuerify.all()错误 --- examples/directive-next/entry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()) } } })