Quentin Dauprat

Results 46 comments of Quentin Dauprat

@cjpatoilo, How can we redirect to a translated version of this page: ![](https://user-images.githubusercontent.com/16735076/84420184-f9016700-ac19-11ea-9c25-e7f4fccdaeae.png)

I have not tested this exaustively, it may eventually cause problems, perhaps with the `Deep` (sub-property)

@davestewart After tests on one of my website, with traffic (~70K unique visitors per day), it seems, there is no problem with the current implementation given by this PR.

Take your time, I working for a year with a copy of your lib inside my project. I can wait 😅

> The `Payload` class is used only so we can do `target instanceof Payload` and then use its `update()` method to deep-set the value: > > So generally, unless your...

@davestewart take a look at the following repository: https://github.com/Heziode/vuex-pathify-serialization-multi-tab The main reason in my case to be able to distinguish POJO of vuex-pathify and POJO of serialization is to be...

The solution would be to use the Payload class in any cases. Like this it will be very trivial to detect if the change is orchestrated by vuex-pathify or something...

> So if we took that approach, you're basically saying: > > * if it's a POJO, it would have been deserialized > * if it's a Payload, it would...

@titosobabas, I think what you're looking for is that: https://github.com/JohMun/vue-tags-input/blob/32b8f552eaf2eb477b2c97d69a0af5b7ddcb94fc/docs/pages/examples/templates/example4.vue#L4-L13 And specifically, line 6 (`placeholder`) That you can see in the doc: http://www.vue-tags-input.com/#/examples/templates

Any progress on this feature ?