refactor(frontend): use composition aoi
This commit is contained in:
parent
62af89d433
commit
59dc9516d0
5 changed files with 76 additions and 105 deletions
|
|
@ -33,7 +33,7 @@ import { $i } from '@/account';
|
|||
|
||||
let notes = $ref<Note[]>([]);
|
||||
let isScrolling = $ref(false);
|
||||
let scrollEl = $ref<HTMLElement>();
|
||||
let scrollEl = $shallowRef<HTMLElement>();
|
||||
|
||||
os.apiGet('notes/featured').then(_notes => {
|
||||
notes = _notes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue