Fixed unit test
parent
95ebf815eb
commit
ae96508e15
|
|
@ -1,4 +1,5 @@
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
export let logo: any;
|
export let logo: any;
|
||||||
export let title: string;
|
export let title: string;
|
||||||
export let value: string;
|
export let value: string;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue