代码还原

This commit is contained in:
renpy 2023-08-18 18:30:02 +08:00
parent 2d5e81291d
commit 6445ec0ae7
2 changed files with 1 additions and 3 deletions

View File

@ -60,8 +60,6 @@
</a-form-item> </a-form-item>
<a-form-item label="Index"> <a-form-item label="Index">
<a-input-number <a-input-number
:max="100"
:min="1"
v-decorator="[ v-decorator="[
'index', 'index',
{ {

View File

@ -3,7 +3,7 @@
</template> </template>
<script> <script>
import { Area } from '@antv/g2plot'; // import { Area } from '@antv/g2plot';
export default { export default {
props:{ props:{
lineData:{ lineData:{