mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 04:13:58 +02:00
wip
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { defineComponent } from 'vue';
|
||||
import { emojiRegex } from '../../misc/emoji-regex';
|
||||
import XReactionIcon from './reaction-icon.vue';
|
||||
import XPopup from './popup.vue';
|
||||
|
||||
export default Vue.extend({
|
||||
export default defineComponent({
|
||||
components: {
|
||||
XPopup,
|
||||
XReactionIcon,
|
||||
|
||||
Reference in New Issue
Block a user