From cb3e8f1d10fe659903a61d9304a902c617e4a86c Mon Sep 17 00:00:00 2001 From: 3136352472 <3136352472> Date: Tue, 19 May 2020 17:59:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89consile.log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fdc8559..47e85d1 100644 --- a/readme.md +++ b/readme.md @@ -27,8 +27,8 @@ + location[不完备的dom环境] ## 扩展方法 - + GoUse(call function(ctx))[所有请求都经过该方法] - + GoUseRegistered(id string,call function(query))[注册id标签对应的方法] + + GoUse(call function(ctx))[所有请求都经过该方法,优先于内联模式] + + GoUseRegistered(id string,call function(query))[注册id标签对应的方法,优先于内联模式] + GetGoVueId()[获取当前页面Id] ## 扩展变量