docs: delete test code

pull/429/head
tangjinzhou 2019-01-20 21:16:36 +08:00
parent c351cba0e7
commit 663d00f5ab
2 changed files with 0 additions and 2 deletions

View File

@ -62,7 +62,6 @@ export default {
this.form = this.$form.createForm(this); this.form = this.$form.createForm(this);
}, },
data () { data () {
window.form = this;
return { return {
formItemLayout: { formItemLayout: {
labelCol: { labelCol: {

View File

@ -171,7 +171,6 @@ Demostration for validataion configuration for form controls which are not show
<script> <script>
export default { export default {
beforeCreate () { beforeCreate () {
window.test = this;
this.form = this.$form.createForm(this); this.form = this.$form.createForm(this);
}, },
data: () => ({ data: () => ({