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:
parent
4b1df57b6f
commit
880d253bcb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user