Skip to content

Commit 663d00f

Browse files
committed
docs: delete test code
1 parent c351cba commit 663d00f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

components/form/demo/time-related-controls.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export default {
6262
this.form = this.$form.createForm(this);
6363
},
6464
data () {
65-
window.form = this;
6665
return {
6766
formItemLayout: {
6867
labelCol: {

components/form/demo/validate-other.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ Demostration for validataion configuration for form controls which are not show
171171
<script>
172172
export default {
173173
beforeCreate () {
174-
window.test = this;
175174
this.form = this.$form.createForm(this);
176175
},
177176
data: () => ({

0 commit comments

Comments
 (0)