Skip to content

Commit 78895c1

Browse files
author
jianyang.li
committed
add docs
1 parent c299b5d commit 78895c1

13 files changed

+36
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
复杂的表单验证:父表单嵌套不同子表单时,验证提交数据的解决方案

config/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ module.exports = {
3838

3939
build: {
4040
// Template for index.html
41-
index: path.resolve(__dirname, '../dist/index.html'),
41+
index: path.resolve(__dirname, '../docs/index.html'),
4242

4343
// Paths
44-
assetsRoot: path.resolve(__dirname, '../dist'),
44+
assetsRoot: path.resolve(__dirname, '../docs'),
4545
assetsSubDirectory: 'static',
4646
assetsPublicPath: '/',
4747

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>validate_test</title><link href=/static/css/app.af06d60eb780f246588140c829271043.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.2ae2e69a05c33dfc65f8.js></script><script type=text/javascript src=/static/js/vendor.2f4ec5209661a6a61c60.js></script><script type=text/javascript src=/static/js/app.9d872590fdad62001de8.js></script></body></html>

docs/static/css/app.af06d60eb780f246588140c829271043.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/css/app.af06d60eb780f246588140c829271043.css.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
27.5 KB
Binary file not shown.
54.6 KB
Binary file not shown.

docs/static/js/app.9d872590fdad62001de8.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/app.9d872590fdad62001de8.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/manifest.2ae2e69a05c33dfc65f8.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)