nuxt.js tag

21 questions


1 answers
84 views
0
window is not defined error in custom directive

We are developing the front end at Nxt.js.In order to make the elements appear fluffy when scrolling, we implement them as described in the Vue.js document below.Create Custom Scroll DirectivesAt that...

1 years ago

1 answers
96 views
0
Understanding Hide Key Information in NUXT

When I hit the API from NUXT, if I don't set the key setting well, I will see it in several places, so I would like to check if it really happens to me, but I don't know where it is...I would apprecia...

1 years ago

1 answers
78 views
0
Looking for a solution to "is not defined" in Nxt.

I thought it was a practice to create a diagnostic app at Nxt.js.[Vue.js] Splatoon 2 Power Up Recommended Book Diagnostics [Part 2] -Qiita I made it by referring to this.There was no problem using the...

1 years ago

1 answers
45 views
0
High probability of loading failure when running dev on a particular Nxt.js project

Environmentnuxt:2.8.1 node:12.5.0 npm:6.9.0 If you run npm run dev in and try to access it after building the server in local, the load icon keeps spinning and becomes inaccessible.The logs are as fol...

1 years ago

1 answers
51 views
0
sass compilation on hot reload of nuxtjs

I'm having trouble compiling the sass file that I want to read first, fixedly, like main.css or normalize.css.because we are using nuxt-device-detect to toggle the display of pc/spIf you type or impor...

1 years ago

1 answers
103 views
0
I want to get the line number of the v-data-table.

I want to use Nxt to get the line number of the v-data-table.I'm worried about how to get the number of the line I clicked in the code below.I would like to use the obtained line number in the methods...

1 years ago

1 answers
60 views
0
I want to replace Nxt.js with a replacement image if 404 error occurs when loading images.

https://stackoverflow.com/questions/54596396/vue-js-nuxt-js-load-fallback-image-on-404Based on the above article, we created a program called Image2 if image1 is an error.However, it works well when s...


1 answers
49 views
0
Cannot persist store during Nxt SSR

I tried to copy this article, but the store was not persistentSpecifically, the middleware authenticates FirebaseAuth before page loading.During authentication, the onAuthStateChanged function retriev...

1 years ago

1 answers
117 views
0
Heroku(Nuxt) to heroku(rails) access to 404

I can communicate from local (Nuxt) to heroku (rails) without any problems, but When I try to access heroku(rails) from heroku(Nuxt) with axios, I get 404 error.I think there is no problem with settin...


1 answers
107 views
0
Vue.js + Nxt.js + I want to manipulate the variables of the components called out in the TypeScript application from pages.

As stated in the title, I am creating a web application using [Vue.js+Nuxt.js+TypeScript], but I have done an operation on the Component variables from Pages, which is applying Layouts, but it is comp...

1 years ago
« - 2 - »

© 2024 OneMinuteCode. All rights reserved.