1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-11 11:14:04 +02:00
This commit is contained in:
syuilo
2020-09-06 12:30:27 +09:00
parent 256307f1a9
commit e33f2398f5
270 changed files with 1173 additions and 961 deletions

View File

@@ -18,11 +18,12 @@
<script lang="ts">
import { defineComponent, PropType } from 'vue';
import paging from '../scripts/paging';
import paging from '@/scripts/paging';
import XNotification from './notification.vue';
import XList from './date-separated-list.vue';
import XNote from './note.vue';
import { notificationTypes } from '../../types';
import * as os from '@/os';
export default defineComponent({
components: {