1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 12:52:31 +03:00

Excess semicolon removed

This commit is contained in:
Avele 2019-07-05 22:07:16 +04:00
parent 4b1df57b6f
commit 880d253bcb

View File

@ -84,7 +84,7 @@
<script lang="ts">
import Vue from 'vue'
import Component from 'vue-class-component'
import { Prop, Watch } from 'vue-property-decorator';
import { Prop, Watch } from 'vue-property-decorator'
import { CategoryStatus } from 'client/service/Category'
@Component