mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-03 03:15:58 +02:00
refactor(frontend): use composition aoi
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user