Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor(fComponent) {
let {id, vm, fieldList, handlers} = fComponent;
this.vm = vm;
this.handlers = handlers;
this.renderSort = fieldList;
this.fc = fComponent;
this.vNode = new VNode(vm);
this.vData = new VData();
this.unique = id;
this.refName = `cForm${id}`;
this.cacheUnique = 0;
}
constructor(fComponent) {
let {id, vm, fieldList, handlers} = fComponent;
this.vm = vm;
this.handlers = handlers;
this.renderSort = fieldList;
this.fc = fComponent;
this.vNode = new VNode(vm);
this.vData = new VData();
this.unique = id;
this.refName = `cForm${id}`;
this.cacheUnique = 0;
}