asyncdata Questions
5
Solved
Can I call mixin function from asyncData() method of the page component with Nuxt.js?
My code:
<template>
...
</template>
<script>
import api from "@/plugins/api/api.js"
......
2
Solved
I try to fetch value of the name parameter in URL: http://fakelocalhost:3000/page?name=test
I'm using NuxtJS (v2.11.0) and TypeScript, with nuxt-property-decorator package (v2.5.0).
But, I get an...
Live asked 26/1, 2020 at 12:22
0
I am using nuxt.js for my frontend app. I currently have a problem with asyncData especially the first time it is run (which is on the server).
When building my app ($ nuxt build and serving it vi...
Punster asked 13/5, 2020 at 7:53
1
© 2022 - 2025 — McMap. All rights reserved.