Discussion
Discussion copied to clipboard
Vue.js discussion
I'm trying to create a component for a table row. I'm using vue-resource to fetch data from an API created in Laravel. My problem is that the table rows are...
Click bound using addEventListener is not triggering. Click is only triggered when clicked on an element having v-on:click event. This is happening in iOS. [Fiddle](https://jsfiddle.net/1x9hg0L9/) Thanks!
Hello, I want to bind an attribute to an achor link element with some raw html. Code looks something like this: but ti doesn't work like this. Do you have...
Just wondering if `v-on="blur: someFunction"` should work? It doesn't seem to be registering the event listener. Thanks!
Background: I'm considering switching to vue and I'm interested in possibilities of integrating current application written in react with vue. I think rendering vue inside react components would be rather...
Hello I'm having issues with localization. Since different languages have words in different order, I'm sometimes embedding html in the localization file/properties themselves, like I have been doing for years...
Hello Not having success with the integration of **select2** component inside a Vue JS app, specifically with the **on change** event. **I am having the following issues:** 1. After adding...
I'm trying to setup this and basically it works like a charm except of the reactivity and data-binding. Is anyone using js-data.io with Vue.js? Any advice? I've already tried the...
Hello all ! Is it possible to do something like this: `Greet` ?? thanks
Hey! I've meet some trouble. I have some components ,use dynamic components to change the view. index.vu is the first page. ``` javascript module.exports = { el: '#app', props: ['view'],...