Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
saveConfig() {
this.updateAttrs(Object.assign({}, this.options));
UIkit.offcanvas(this.$refs.configCanvas).hide();
},
addChild() {
openConfigModal() {
UIkit.offcanvas(this.$refs.configCanvas).show();
},
onConfigModalHide(event) {
'$route'(){
UIkit.offcanvas(this.$refs.offcanvas).hide();
if(this.$route.params.viewGroup) {
this.group = this.$route.params.viewGroup;
}
if(!this.group && this.viewGroups.length > 0) {
this.group = this.viewGroups[0];
}
},
viewGroups(groups) {