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] ## 扩展变量