Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
data-table
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2022-12-21 18:44:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4b624064d9959f790369f0e41686958f69e0930a
4b624064
1 parent
0df1e623
fix 新增错误滚动到相应位置
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/index.vue
src/views/index.vue
View file @
4b62406
<!--
* @Date: 2022-07-18 10:22:22
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-12-21 18:
14:56
* @LastEditTime: 2022-12-21 18:
35:04
* @FilePath: /data-table/src/views/index.vue
* @Description: 首页
-->
...
...
@@ -31,7 +31,7 @@
<div v-if="PHeader.label" class="table-title">{{ PHeader.label }}</div>
<div v-if="PHeader.description" class="table-desc" v-html="PHeader.description" />
<van-config-provider :theme-vars="themeVars">
<van-form @submit="onSubmit">
<van-form @submit="onSubmit"
scroll-to-error="true"
>
<van-cell-group :border="false">
<component
v-for="(item, index) in formData"
...
...
Please
register
or
login
to post a comment