Started work on library node insert forms
This commit is contained in:
@@ -44,6 +44,9 @@
|
||||
},
|
||||
valid: true,
|
||||
}},
|
||||
created(){
|
||||
this.validationContext = Attributes.simpleSchema().newContext();
|
||||
},
|
||||
methods: {
|
||||
change(update, ack){
|
||||
for (key in update){
|
||||
@@ -58,9 +61,6 @@
|
||||
if (ack) ack();
|
||||
},
|
||||
},
|
||||
created(){
|
||||
this.validationContext = Attributes.simpleSchema().newContext();
|
||||
},
|
||||
computed: {
|
||||
errors(){
|
||||
this.valid = true;
|
||||
|
||||
Reference in New Issue
Block a user