Top "Vue-component" questions

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

Vuetify: Show pagination controls at the top of my v-data-table as well as in the footer

The v-data-table has a top slot, with a pagination prop whose structure matches that of the footer slot. Is it …

vue.js vuejs2 vue-component vuetify.js v-data-table
Install vue 3.0 in laravel

Is there a way to install vue 3.0 to Laravel 8? When I run npm install vue@next It started installing Vue 3.0, …

laravel vue.js vue-component vuejs3 laravel-mix-vue3
How to reformat a Vue.js component in vscode?

I use Visual Studio Code to code a Vue.js component and need to reformat the code of that component. …

vue.js visual-studio-code vue-component code-formatting vetur
using summernote with vue.js 2

i want to use summernote in my vue.js 2 spa, and because not all my page using summernote so i …

javascript vuejs2 vue-component summernote
Add global variable in Vue.js 3

Anybody know how to do add a global variable in Vue 3 ? in Vue 2 we use this in the main.js …

javascript vue.js vuejs2 vue-component vuejs3
Validate Child component Vue vee-validate

App (parent) Hi I have these component (Child) TextComponent InfoErrorForm When I press submit from the parent component App is …

vue.js vuejs2 vue-component vee-validate
Vue.js 3 Event Bus

How to create Event Bus in Vue 3? In Vue 2, it was: export const bus = new Vue(); bus.$on(...) bus.$emit(...) …

javascript vue.js vue-component vuejs3 vue-composition-api
Vue Resource Post Request Content-Type

Vue-Resource Post Request: this.$http.post(form.action, new FormData(form)).then(function (response) { FetchResponse.fetch(this, response.data) }) Request …

php laravel vue.js vue-resource vue-component
Vuelidate: validate form with sub components

How to work with validations of nested components inside a parent component with Vuelidate? I would like to change parentForm.$…

vue.js vue-component vuelidate
Vue.js - Use filter inside v-for

I have a simple Vue filter that limits the length of an array to n elements. It works fine used …

javascript vue.js vuejs2 vue-component v-for