mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 05:26:03 +02:00
Use # instead of v-slot:
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<x-column>
|
||||
<template v-slot:header>
|
||||
<template #header>
|
||||
<fa :icon="['far', 'comment-alt']"/><mk-user-name :user="note.user" v-if="note"/>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user