Remove legacy codes

pull/6275/head^2
tugcekucukoglu 2024-10-01 13:02:24 +03:00
parent 28f0ffec2b
commit 86457f21f9
1 changed files with 0 additions and 10 deletions

View File

@ -63,16 +63,6 @@ export default {
paste: (event) => this.onPaste(event)
};
},
getPTOptions(key) {
const _ptm = key === 'root' ? this.ptmi : this.ptm;
return _ptm(key, {
context: {
checked: this.checked,
disabled: this.disabled
}
});
},
onInput(event, index) {
this.tokens[index] = event.target.value;
this.updateModel(event);