Top "Vue-component" questions

Component is a powerful Vue feature that allows extending basic HTML elements to encapsulate reusable code.

Vue ignore custom component tag

On my site I am using Google CSE (custom search engine by google). Here is my HTML: <div id="…

javascript html vue.js vue-component
Best approach when replacing jQuery with VueJS 2 in multi-page existing .NET MVC application

I am very new in VueJS I have multi-page ASP.NET MVC app where I want to use VueJS (components, 2…

asp.net-mvc vuejs2 vue-component vue.js
Bootstrap Vue, <b-table> with an checkbox input based on the bound item data for the table

I have a table that is filled with data. I have a selected property on the data I want to …

javascript vue.js vuejs2 vue-component bootstrap-vue
Vue filter and the "Do not mutate vuex store state outside mutation handlers"

I'm still learning Vue and I can't understand why this error occurs. Error: [vuex] Do not mutate vuex store state …

vue.js vuejs2 vue-component vuex vue-filter
VueJS - Skip watcher's first change

I'm creating a component in VueJS for an app I'm making, it has some watchers to apply logic to other …

vuejs2 vue-component watch
vuetify v-select with multiple options - getting selected/deselected option

I'm using Vuetify and its v-select component with multiple option enabled to allow selecting multiple options. These options represent talent(…

javascript vuejs2 vue-component vuetify.js v-select
Vuex: Skipping Action and committing Mutation directly from Component

In vue.js app, using vuex as state management store, I need to simply change the value of a property …

javascript vue.js vuejs2 vue-component vuex
call a function every time a route is updated vue.js

I have integrated intercom in my app and I need to call window.Intercom('update'); every-time my url changes. I …

javascript vuejs2 vue-component vue-router intercom
Vue-Test-Utils Unknown custom element: <router-link>

I'm using Jest to run my tests utilizing the vue-test-utils library. Even though I've added the VueRouter to the localVue …

vuejs2 vue-component jestjs vue-router vue-test-utils
Element UI Pagination in Chinese instead of English

I started using the very nice Element UI components, and when I try to add the pagination component in my …

vue.js vuejs2 vue-component chinese-locale