mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 09:16:15 -04:00
refactor: fixed sonarcloud issues
This commit is contained in:
parent
2a54b80de6
commit
a866ac6070
5 changed files with 6 additions and 67 deletions
|
@ -43,7 +43,7 @@
|
|||
import {Component, Prop, Vue} from 'nuxt-property-decorator'
|
||||
|
||||
@Component
|
||||
export default class Index extends Vue {
|
||||
export default class Error extends Vue {
|
||||
@Prop({default: () => null}) error!: { statusCode: number, message: string } | null;
|
||||
layout = 'empty'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue