docs: delete test code
parent
c351cba0e7
commit
663d00f5ab
|
@ -62,7 +62,6 @@ export default {
|
|||
this.form = this.$form.createForm(this);
|
||||
},
|
||||
data () {
|
||||
window.form = this;
|
||||
return {
|
||||
formItemLayout: {
|
||||
labelCol: {
|
||||
|
|
|
@ -171,7 +171,6 @@ Demostration for validataion configuration for form controls which are not show
|
|||
<script>
|
||||
export default {
|
||||
beforeCreate () {
|
||||
window.test = this;
|
||||
this.form = this.$form.createForm(this);
|
||||
},
|
||||
data: () => ({
|
||||
|
|
Loading…
Reference in New Issue