Jonathan Olier

Results 15 comments of Jonathan Olier

* timeline 1 column ![image](https://user-images.githubusercontent.com/1834808/50249805-07681d00-03ad-11e9-9887-4b005d5cd5cf.png) * timeline 2 columns ![image](https://user-images.githubusercontent.com/1834808/50249910-6037b580-03ad-11e9-9e06-0e39c59a4534.png) * chat ui ![image](https://user-images.githubusercontent.com/1834808/50249125-1f3ea180-03ab-11e9-961d-ce6076aae163.png) * avatars ![image](https://user-images.githubusercontent.com/1834808/50249157-3aa9ac80-03ab-11e9-921d-6f17e1e6fde1.png) * global search ![image](https://user-images.githubusercontent.com/1834808/50249182-4ac18c00-03ab-11e9-84b4-1d6a72bd69aa.png)

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: ![image](https://user-images.githubusercontent.com/1834808/108633256-44bf0e00-7441-11eb-9765-6624469102f0.png) ![image](https://user-images.githubusercontent.com/1834808/108633269-59030b00-7441-11eb-94e2-51c16b3eb162.png) 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: [{...