Steffan

Results 10 comments of Steffan

Actually i would use it with ˋpropsˋ which i needed on the components i also passed to the markdown markup. Could be also useful to pass props with additional data...

The 'templating' hash of the doc was not precise, i use it to pass props which i can use on the passed components. Like this: ``` # Headline Other text...

Please use `response.headers.get('X-Password-Token');` to access a Headers Value (https://github.com/pagekit/vue-resource/blob/develop/docs/http.md#example)

@lanbaba Can you check if this issue is in 1.3.1?

[URI Templating](https://medialize.github.io/URI.js/uri-template.html) works the same for `Vue.http`, using the `params` option try this: ``` js Vue.http.get('/someUrl/{?keys,values}', { params: {keys:['foo','bar'], values: ['1','2']} }).then((res) => { // success callback }, (err) =>...

I have tested this item :red_circle: unsuccessfully on 78aad67cbc53c14c610e9a7627ddfdac2ade5bf0My result for Test 2 looks like this, which is what i would expect. But its not mentioned in the test instructions....

@exlemor You need to compile the Javascript using "npm ci" in order to test this PR

I have tested this item :white_check_mark: successfully on a68b18a9d7e4d019d33922a4fd0a1a50d25fbee6This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/42726.

Good idea, i was also looking for a way to compute data in a component. An other way would be to allow to access the component properties in the setup...

Suggestion: Like proposal 1 but use YAML custom tags in order to define `sh` or `ref`, instead of prefixes `$` or `#`. Allows to also use `sh` or `ref` for...