Pavel

Results 30 comments of Pavel

Have you solved this issue? How can I use the aggregate functions during the queries?

in case I add pure google maps API to the page - my inspector is crashed without any errors in the console: ![image](https://cloud.githubusercontent.com/assets/839290/17729972/ea122300-6466-11e6-9352-be34e60ceeef.png) as soon as I remove the map...

@yyx990803 Hi Evan, would you mind give me hint here? And here https://github.com/vuejs/Discussion/issues/262 , the 2nd question is also open for me. Regards,

@azamat-sharapov As I've mentioned - components require to have a function instead of `el` and `data`. Becides, I think all the options of the plain Vue should be available through...

I made one step further. Currently the builder component is rendered, but the `response` component, which should work inside the `builder` one - is not. Here is the gist: https://gist.github.com/PavelPolyakov/23ae2c78f9c65e236a6b...

And one step further again. It looks like everything is working right now. https://gist.github.com/PavelPolyakov/4848f940bb6c2bed56c7 **Key things:** 1. To have a child, like I wanted, you need to wrap the exported...

@yyx990803 Thanks, I thought I should instantiate it because it's the only way to chain the component with the tag name. However, I see it's possible to do that using...

I have the same issue

hi @eFrane , sorry for pinging you. Did you find anything? I just started to use your beautiful integration today and when I add `click` like: ``` click consents href...

@lorenwest Thanks for the quick response. I see your point. Though I think that "good" library should be implemented in a way that it does not interfere with other libraries....