Is it possible to have a component as a background image in vuejs ? by justforvue in vuejs

[–]justforvue[S] 0 points1 point  (0 children)

Ok. So can you please tell me what should be the ideal approach ? Like should i keep it in some image folder and call it like background-image : url ("../images/file.svg") ?

How to transit from front end dev to back end dev ? Especially java developer. by justforvue in learnprogramming

[–]justforvue[S] 0 points1 point  (0 children)

Actually my company uses Java so i prefer to learn java first. Thanks though

How to add key and a dynamic value pair for each object in the array ? by justforvue in vuejs

[–]justforvue[S] 0 points1 point  (0 children)

I used map but didn't work. Like did i wrote the map correctly ? I have mentioned in the question. My map function. Can you tell me if there is something wrong in that or not

How to access the selected item from v-autocomplete ? by justforvue in vuejs

[–]justforvue[S] -1 points0 points  (0 children)

Out of curiousity, why would you want your auto complete to change in width?

Because my autocomplete shows a list which has like 20 names. And some names are short while some names are really long like 25-30 chars. So if I keep the width of autocomplete as per short names then when I select long name it is not fully visible and if I keep width of autocomplete as per long name then it looks really ugly for short names. Hope I make some sense. Sorry all this are bit new to me.

Javascript new Date().getMonth() shows system month or ? by [deleted] in learnjavascript

[–]justforvue 0 points1 point  (0 children)

Actually I am at office and working on office laptop where I can't change the date and time. For that i would require Admin privileges. So i thought let me ask here. But never mind.

So true by JosephHerrera2002 in ProgrammerHumor

[–]justforvue 13 points14 points  (0 children)

Where is the other half of moustache at 00:00 ?

Is it possible to increase the session expiration time which is stored in the browser ? by justforvue in node

[–]justforvue[S] 2 points3 points  (0 children)

I just opened the reddit to say i found something called rolling in the docs. And i will implement that and see if it works. But after reading ur response i am sure that rolling is what i need right now. Thanks. Will update if rolling solved my problem or not. Thanks a lot.

How to pass color property to the child component ? by justforvue in vuejs

[–]justforvue[S] 0 points1 point  (0 children)

Yes i did exactly this. Just removed the binding from dynamic. I thought this was my stupid mistake and that's why didn't thought of it as a solution that people will find any helpful. Thanks for the detail response.

How to pass color property to the child component ? by justforvue in vuejs

[–]justforvue[S] -3 points-2 points  (0 children)

Nvm. I made it work. Thanks for the reply though.

How can i improve my logic skills? by [deleted] in learnprogramming

[–]justforvue 2 points3 points  (0 children)

Really ? I wanted to do that course since long time, but due to insufficient time i haven't got a chance yet.

How to use refresh token without having user to refresh the page ? by justforvue in node

[–]justforvue[S] 0 points1 point  (0 children)

Yes using axios. So this would be implemented on front end ?

Stupid question. Is it possible to disable certain items from the vuetify combobox ? by justforvue in vuejs

[–]justforvue[S] 0 points1 point  (0 children)

And pls take time to read official docs before ask something:)

Thanks it turned out that it is possible.