mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-05 08:14:12 +09:00
fix(client): add setup attribute to notification page (#8648)
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
<script lang="ts" setup>
|
||||
import { defineAsyncComponent, defineExpose } from 'vue';
|
||||
import FormButton from '@/components/ui/button.vue';
|
||||
import FormLink from '@/components/form/link.vue';
|
||||
|
Reference in New Issue
Block a user