Skip to content
Advertisement

Tag: vue.js

Performance metrics for Vuejs

I’m looking for performance metrics for a Vue app. Metrics regarding the whole app but also for some specific components. I know that I can use Vue.config.performance = true; and then run the performance dev tools and maybe I could use something like Performance Observer in order to do specific things on new performance events. I was wondering, if there

How to remove ıtem on localStorage? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I want to removeItem on localstorage but ı dont use localstorage.removeItem().Because ı want to delete a index in array(Sepet=array) How can ı do it ?

Why when i generate an Error i am getting an String Error?

i am getting several error, that is ok, when the user reject, when the transaction was bad, and so on but now i want to show differents message by their code error in my service of my project i am getting this error this is my code then i am using the getInformation function like this: here i see the

How to get array index from html element?

Hey In my Vue application I have the opportunity to create several persons: If I want to add more persons, there is a button, which appends more of these person inputs: }, Output of the console.log method in the console (clicked the add button 2 times): Now the following problem: Let’s say for example we created 3 new persons. Now

Advertisement