Edwin Betancourt
Edwin Betancourt
Greetings @moonnnn , it should work for all desktop platforms, I have used it in linux by executing the commands indicated in the README and it works correctly
## Corrected error in login call example. From: ```bash `curl 'https://your-domain.example.com/api/user/login' -H 'content-type: application/json' -H 'accept: application/json' --data-binary '"username":"[email protected]","password":"TopSecretPassword}'` ``` To: ```bash curl 'https://your-domain.example.com/api/user/login' \ -X POST \ -H 'content-type:...
``` props: { propObject: { type: Object, default: () => ({ value1: '', value2: '', value3: '', }) }, propArray: { type: Array, default: () => ([ "a", "b", "c"...
I get this error with null values, if sorted in descending order it seems to work half way by placing the null value at the beginning of the rows when...
I am having a similar problem, I added the @input event to do it, although the `value` of the handleInput method arrives correct it does not change the v-model value.
@ozanmuyes I like this initiative, since it would follow a standard and would help the community in general, I am not a native speaker of English, in fact I speak...
What do you mean by bad internationalization places? @PanJiaChen
@PanJiaChen in particular I consider it easier to translate from English to Spanish since it is a standard in development, I can read it easily and interpret most of the...
@tmikaeld I think the same as you, it is easier to adapt to a standard, it would help more to the global collaboration and it would give more impulse to...