vue tag

7 questions


1 answers
368 views
0
If you try to substitute the type specified in type script, the array will not be accepted.

I write code in vsocde with vue3 and typescript.If you try to move the value from obj to itemObj after specifying the type with the following code, you get an error:typeObj={ Timeline: { Items—ItemsOb...

1 years ago

1 answers
91 views
0
How do you make simple corrections after distributing vue?

I'm a beginner developer.In the case of HTML, you can connect ftp during service and make a typo or correction of HTML, js, and css, but I would like to know how you modify it if there is a typo or a ...

vue
1 years ago

1 answers
57 views
0
I want to use it as a background-image for components by passing the url values in the array with v-for

I'm trying to make the card news into a vueCard components are each card in the card newsEach card has a different contentDifferent images (links) are set in the background.As a test, I tried to get t...

1 years ago

1 answers
52 views
0
cookie output from vue

django and vue.The login function is being implemented by linking js. The login was successful, and if the login is successful, I want to check the login through the sessionid created by Jango. But I'...

1 years ago

1 answers
47 views
0
VueJS v-if I have a question.

I have a question about v-if because there is a blockage.<ol class=fileNames style=list-style: none; padding-left:0px;> <li v-for=(fileName, index) in fileNames> <div v-if=fileUpl...

vue
1 years ago

1 answers
110 views
0
I have a question about django+axios csrf 403.

Currently, the front is configured using View and Axios, and the server side is under project with django.csrf 403 error while sending video file to server.What I did to prevent csrf error now is The ...

1 years ago

1 answers
130 views
0
When using axios.get in Vue.js,

Hello, I'm a developer who was developing the backend and started working on the front side this time.First of all, what I want to implement is to check the user's permission and display the administr...

1 years ago

© 2024 OneMinuteCode. All rights reserved.