mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 04:56:12 +02:00
refactor
This commit is contained in:
@@ -34,7 +34,7 @@ const props = withDefaults(defineProps<{
|
||||
limit: 50,
|
||||
});
|
||||
|
||||
const chartSrc = ref('per-user-notes');
|
||||
const chartSrc = ref<'per-user-notes' | 'per-user-pv'>('per-user-notes');
|
||||
|
||||
function showMenu(ev: MouseEvent) {
|
||||
os.popupMenu([{
|
||||
|
||||
Reference in New Issue
Block a user