1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 04:56:12 +02:00
This commit is contained in:
syuilo
2025-08-28 11:30:03 +09:00
parent 8c2b96ad37
commit ff6f115976
3 changed files with 5 additions and 5 deletions

View File

@@ -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([{