Commit 55f670f9 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'aalakkad-master-patch-64618' into 'master'

Update accessing gl object example

See merge request gitlab-org/gitlab!72775
parents 6f2f998e f4811102
...@@ -250,7 +250,7 @@ return new Vue({ ...@@ -250,7 +250,7 @@ return new Vue({
render(createElement) { render(createElement) {
return createElement('my-component', { return createElement('my-component', {
props: { props: {
username: gon.current_username, avatarUrl: gl.avatarUrl,
}, },
}); });
}, },
......
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