python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SDK Integration in Nuxt3 error with Axeptio
I am currently working on a Nuxt3 project and I need to integrate a script delivered by Axeptio (cookie platform).
I made Nuxt3 plugin to use their script integration
export default defineNuxtPlugin(...
davidzz
Votes: 0
Answers: 1
How to use FullCalendar with Nuxt3? getting __vite_ssr_import_1__ is not defined
Trying to setup FullCalendar (Vue) with NuxtJS version 3.
This SFC results in a ERROR [worker] __vite_ssr_import_1__ is not defined with nuxi dev.
I tried variations of https://github.com/fullcalenda...
O. Mills
Votes: 0
Answers: 2
(nuxt3): v-bind in css not applied on initial render
I have created a component that is mostly visual, but I wanted to allow for different options, so it can be reused in different places.
I used v-bind in the css to allow for different options. Problem...
Tore
Votes: 0
Answers: 1
Handling errors on nuxt3 usefetch
I just cant figure out how to handle errors here:
const { error, data } = useFetch('https://example.app/api/contact', {
method: "POST",
headers: { "Content-Type": "appli...
TestUser
Votes: 0
Answers: 3