nuxt.js tag

21 questions


1 answers
291 views
0
The firebase.firestore.fieldPath is undefined in the firebase module of nuxt.js.

I am using the firebase module in nuxt.js.I wanted to extract data in the store that had the ID of artistIds in the target table, so I created the code below, but this.$fire.firestore.FieldPath became...


1 answers
402 views
0
Nxt.js (Vue.js) + typescript code has some incomprehensible parts

<nuxt-link> and some code using the to attribute did not make sense, so I would like to ask you a question.Below is the nuxt-link.Bind the to attribute and pass the to (argument 1, argument 2).&...


1 answers
73 views
0
I don't know how Nxt.js is different compared to Vue.js.

Are there any differences other than the following?·Easy server-side rendering·Vue-router and vuex settings are easy

1 years ago

1 answers
149 views
0
docker-compose+nuxt cannot access localhost:3000.

Thank you for your continuous support.Currently, we are trying to create a docker+nuxt development environment by referring to here.However, when I access it with localhost:3000 from the host side, I ...


1 answers
66 views
0
If multiple components are used, the same prop is displayed.

While using nuxt, we insert multiple components into one template.We expect the numbers to change only by pressing the buttons on each component, but in fact all components will be the same number.EX)...

1 years ago

1 answers
74 views
0
The interface property is Parsing error: Unexpected token

I am developing front desk with TypeScript and Nxt.js.I am developing using eslint, but there was an error in interface properties when I defined interface. interface Data { name —string password:stri...

1 years ago

1 answers
116 views
0
Error/Reloading or Direct URL Error Displaying Content in Nxt.js for Slug

I want to solve the problem I'm experiencing in order to display content according to the value of the slug.If you go to index.vue (=localhost:3000) and click the /contents/abcde link, the content wil...

1 years ago

1 answers
112 views
0
How do I make selection.js available in Nxt.js?

I'd like to use Selection.js in Nxt.js(Vue), but how can I set it up?Simonwep/selectionFor example, moment.js became available as follows, but selection.js didn't work../nuxt.config.jsconst webpack=re...

1 years ago

1 answers
101 views
0
After installing the pdfmake library on the app being developed by Nxt, the ./node_modules/pdfmake directory cannot run npm run build.

Development EnvironmentNuxt.js(Vue)firebase/firestore/cloudfunctionsLibrary to question [pdfmake]ProblemsUnder the directory of the installed library [pdfmake], npm installnpm run buildI would like to...

1 years ago

1 answers
88 views
0
Cannot read properties of undefined (reading 'memoizedProperty') when using aws-sdk(v2) on Nuxt3

We are developing web applications using Nxt3.After loading aws-sdk(v2) in Nxt3, The local yarn dev command successfully ran AWSSDK, but nuxt generate & nuxt start command displays the browser con...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.