Commit 56b39912 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'patch-39' into 'master'

Update doc vue.md

See merge request gitlab-org/gitlab!21104
parents 13f736cb c7662f78
...@@ -78,7 +78,7 @@ document.addEventListener('DOMContentLoaded', () => new Vue({ ...@@ -78,7 +78,7 @@ document.addEventListener('DOMContentLoaded', () => new Vue({
render(createElement) { render(createElement) {
return createElement('my-component', { return createElement('my-component', {
props: { props: {
endpoint: this.isLoading, endpoint: this.endpoint,
}, },
}); });
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment