mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-11 13:34:01 +02:00
wip
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { defineComponent } from 'vue';
|
||||
import { faAngleUp, faAngleDown } from '@fortawesome/free-solid-svg-icons';
|
||||
|
||||
export default Vue.extend({
|
||||
export default defineComponent({
|
||||
props: {
|
||||
items: {
|
||||
type: Array,
|
||||
|
||||
Reference in New Issue
Block a user