This commit is contained in:
syuilo
2020-08-22 05:33:54 +09:00
parent 10d783006d
commit 638e96d863
10 changed files with 145 additions and 125 deletions

View File

@@ -19,10 +19,10 @@
</template>
<script lang="ts">
import Vue from 'vue';
import { defineComponent } from 'vue';
import { faSpinner, faPlus, faMinus, } from '@fortawesome/free-solid-svg-icons';
export default Vue.extend({
export default defineComponent({
props: {
channel: {
type: Object,