Vanessa 2023-12-31 09:33:30 +08:00
parent 3f50fdab5a
commit fc5f24658d
3 changed files with 15 additions and 6 deletions

View file

@ -101,6 +101,7 @@ export const bindViewEvent = (options: {
inputElement.dataset.value = inputElement.value;
}
});
inputElement.select();
};
export const getViewHTML = (data: IAVTable) => {