This is a simple example of an Vue component.
- -Current count: {{ currentCount }}
- - - - - - \ No newline at end of file diff --git a/KTUSA PS/ClientApp/src/components/FetchData.vue b/KTUSA PS/ClientApp/src/components/FetchData.vue deleted file mode 100644 index 785ae2b..0000000 --- a/KTUSA PS/ClientApp/src/components/FetchData.vue +++ /dev/null @@ -1,53 +0,0 @@ - -This component demonstrates fetching data from the server.
- -Loading...
- -Date | -Temp. (C) | -Temp. (F) | -Summary | -
---|---|---|---|
{{ forecast.date }} | -{{ forecast.temperatureC }} | -{{ forecast.temperatureF }} | -{{ forecast.summary }} | -
- Template for Vue JS 3.0 and .NET 5 applications developed by Alexandre Malavasi.
- In order to get more content on Vue JS and .NET platform, please follow on my social media profiles:
-
- For a guide and recipes on how to configure / customize this project,
- check out the
- vue-cli documentation.
-
{{ response }}- {{ openIdToken }} -