Skip to content
Snippets Groups Projects
Commit cc83da04 authored by Victor Ekholt Gunrell Kaste's avatar Victor Ekholt Gunrell Kaste
Browse files

fix: removed ts errors from news component

parent 8ed988f4
No related branches found
No related tags found
1 merge request!14Savings target creation
<script lang="ts"> <script lang="ts">
interface news {
urlToImage: string;
title: string;
description: string;
url: string;
}
export default { export default {
data() { data() {
return { return {
articles: [] articles: [] as news[]
}; };
}, },
mounted() { mounted() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment