vue.js tag

66 questions


1 answers
383 views
0
Directory Configuration for Rails+ Front-End

I don't know the typical directory configuration for developing Rails and Frontend in one repository.For example, in the case of Rails API+Next.js, I think the following options are available.What is ...


1 answers
464 views
0
I want to pick the nested type in the Vue Router.

I want to take only matched meta from the vue-router Route type.Specifically, I was able to take out the matched as below, but I don't know how to take out only meta and get an error.I would appreciat...

1 years ago

1 answers
322 views
0
Unable to execute vue serve at command prompt: Please run npmi-g @vue/cli-service-global and try again

What do you want to solveI'm learning a book called Vue.JS3 Super Introduction by Yano Shotatsu, but I stumble in the beginning.I'm trying to run vue serve at the command prompt, but it doesn't work.P...

1 years ago

1 answers
439 views
0
Understanding This Used in Vue.js Created

I understand that this.interval is defined in created and the variable interval is defined, but why is this.interval when the property interval is not defined in data?new Vue({ el: '#app', created:fun...

1 years ago

1 answers
371 views
0
The image linked to the content of Content cannot be displayed as vue.Error—Cannot read property 'fields' of undefined (Cannot get image)

I want to create an article in Contentful and retrieve it in vue, but I can't get an image linked to the article...(I created articles with Contentful and get them with Vuex.But, I can't get the image...

1 years ago

1 answers
74 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
67 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
79 views
0
If you display Japanese text on weex iOS, there will be a margin under the text.

I am creating an application with wex.When I display Japanese text on iOS, there is a blank space under the text.There is no problem with viewing on the web or Android.If you look at the demo below on...

1 years ago

1 answers
98 views
0
Watch multiple stores in vuex

I'd like to watch the store value, but the error: [vuex] store.watch only accept a function.I referred to this site.https://codepen.io/CodinCat/pen/PpNvYrIf I have more than one store, how do I watch ...

1 years ago

1 answers
57 views
0
Understanding the Use of Vue.js on Static Sites

I think vue.js and others are mainly suitable for data-oriented dynamic pages such as SPAs.Can't you somehow bring the following benefits of vue.js (vue-loader) to a typical static site?I'm thinking a...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.