Skip to content
Snippets Groups Projects
Commit 05d71986 authored by syuilo's avatar syuilo
Browse files

🎨

parent df0bfc14
No related branches found
No related tags found
No related merge requests found
<template>
<x-notes ref="notes" :pagination="pagination" @before="before" @after="after"/>
<div>
<portal to="icon"><fa :icon="faHashtag"/></portal>
<portal to="title">{{ $route.params.tag }}</portal>
<x-notes ref="notes" :pagination="pagination" @before="before" @after="after"/>
</div>
</template>
<script lang="ts">
import Vue from 'vue';
import { faHashtag } from '@fortawesome/free-solid-svg-icons';
import Progress from '../scripts/loading';
import XNotes from '../components/notes.vue';
......@@ -26,7 +32,8 @@ export default Vue.extend({
params: () => ({
tag: this.$route.params.tag,
})
}
},
faHashtag
};
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment