From 058a82f11f6d38bf0a067a47eba04205c228e68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E8=8D=A3=E5=8D=87?= <3136352472@qq.com> Date: Mon, 18 May 2020 16:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'readme.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 51aea11..7290536 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ > govue --use_file=static/use.js //选定./static/use.js 为服务端渲染的使用文件 - ## 可以使用的库 +## 可以使用的库 + Vue[vue] + $[jquery] + jQuery[jquery] @@ -26,18 +26,18 @@ + document[不完备的dom环境] + location[不完备的dom环境] - ## 扩展方法 +## 扩展方法 + GoUse(call function(ctx))[所有请求都经过该方法] + GoUseRegistered(id string,call function(query))[注册id标签对应的方法] + GetGoVueId()[获取当前页面Id] - ## 扩展变量 +## 扩展变量 + GoHref[当前href,请使用location.href] + GoPath[当前path,请使用location.pathname] + GoHtmlSrc[当前html原始代码,请不要使用] + GoParam[请求参数,map形式] - ## 扩展标签 +## 扩展标签 + gv-id 定义页面ID,只能在html上 ```