Jonathan Olier
Jonathan Olier
* timeline 1 column  * timeline 2 columns  * chat ui  * avatars  * global search 
Ok thank
Same
Hi, How I can use the `this.$refs` with this pluggin? I'm trying to use the next script but it's not working since `userImageSelect`is not defined: **let component = this.$refs.userImageSelect**
Hi, I'm having the same issue, I was figure out what happen there and this it's issue: Basically I send all parameters but the function only received the options and...
Is there any way to chance the language by default @utahraul ?
That's right, you could see something like this:   I'm supposing that maybe when the code find any `@/assets/images` (where usually Vue create the folder to the images), so...
Hi, I have a similar situation; in my map I have a maker and I need to move it dynamically or update the current position to a new one, but...
Hi @AnilMaktala, the point is that I didn't change anything. I pushed some new changes when I got the error message. After that, I rolled back those changes, but the...
Yeah sure, I changed this: ```graphql type Vehicle @model @auth(rules: [{ allow: public }]) { id: ID! model_year: String! .... } ``` by this: ```graphql type Vehicle @model @auth(rules: [{...