|
@ -17,7 +17,7 @@ |
|
|
> govue --use_file=static/use.js //选定./static/use.js 为服务端渲染的使用文件 |
|
|
> govue --use_file=static/use.js //选定./static/use.js 为服务端渲染的使用文件 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 可以使用的库 |
|
|
|
|
|
|
|
|
## 可以使用的库 |
|
|
+ Vue[vue] |
|
|
+ Vue[vue] |
|
|
+ $[jquery] |
|
|
+ $[jquery] |
|
|
+ jQuery[jquery] |
|
|
+ jQuery[jquery] |
|
@ -26,18 +26,18 @@ |
|
|
+ document[不完备的dom环境] |
|
|
+ document[不完备的dom环境] |
|
|
+ location[不完备的dom环境] |
|
|
+ location[不完备的dom环境] |
|
|
|
|
|
|
|
|
## 扩展方法 |
|
|
|
|
|
|
|
|
## 扩展方法 |
|
|
+ GoUse(call function(ctx))[所有请求都经过该方法] |
|
|
+ GoUse(call function(ctx))[所有请求都经过该方法] |
|
|
+ GoUseRegistered(id string,call function(query))[注册id标签对应的方法] |
|
|
+ GoUseRegistered(id string,call function(query))[注册id标签对应的方法] |
|
|
+ GetGoVueId()[获取当前页面Id] |
|
|
+ GetGoVueId()[获取当前页面Id] |
|
|
|
|
|
|
|
|
## 扩展变量 |
|
|
|
|
|
|
|
|
## 扩展变量 |
|
|
+ GoHref[当前href,请使用location.href] |
|
|
+ GoHref[当前href,请使用location.href] |
|
|
+ GoPath[当前path,请使用location.pathname] |
|
|
+ GoPath[当前path,请使用location.pathname] |
|
|
+ GoHtmlSrc[当前html原始代码,请不要使用] |
|
|
+ GoHtmlSrc[当前html原始代码,请不要使用] |
|
|
+ GoParam[请求参数,map形式] |
|
|
+ GoParam[请求参数,map形式] |
|
|
|
|
|
|
|
|
## 扩展标签 |
|
|
|
|
|
|
|
|
## 扩展标签 |
|
|
|
|
|
|
|
|
+ gv-id 定义页面ID,只能在html上 |
|
|
+ gv-id 定义页面ID,只能在html上 |
|
|
``` |
|
|
``` |
|
|