We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c191554 + 2486aac commit 76be4f4Copy full SHA for 76be4f4
doc/.vuepress/dist
@@ -1 +1 @@
1
-Subproject commit 7e58fd9e97eb1732cbacafd58ff8586d36998744
+Subproject commit ed71886f74674669d35e33e066da9c6aea45c839
doc/.vuepress/enhanceApp.js
@@ -0,0 +1,11 @@
+export default ({
2
+ Vue, // VuePress 正在使用的 Vue 构造函数
3
+ options, // 附加到根实例的一些选项
4
+ router, // 当前应用的路由实例
5
+ siteData, // 站点元数据
6
+ isServer // 当前应用配置是处于 服务端渲染 或 客户端
7
+}) => {
8
+ if (!isServer) {
9
+ require('../../dist/mock.browser')
10
+ }
11
+}
doc/README.md
@@ -1,6 +1,7 @@
---
home: true
heroImage: /images/logo-hor.png
+tagline: 已全局引入 better-mock, 打开控制台进行调试!
actionText: 快速上手 →
actionLink: /document/
features:
0 commit comments