refactor(frontend): use composition aoi
This commit is contained in:
parent
62af89d433
commit
59dc9516d0
5 changed files with 76 additions and 105 deletions
|
@ -17,7 +17,7 @@ const props = withDefaults(defineProps<{
|
|||
maxHeight: 200,
|
||||
});
|
||||
|
||||
let content = $ref<HTMLElement>();
|
||||
let content = $shallowRef<HTMLElement>();
|
||||
let omitted = $ref(false);
|
||||
let ignoreOmit = $ref(false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue