Commit f4811102 authored by Ammar Alakkad's avatar Ammar Alakkad

Update accessing gl object example

parent 2814653e
...@@ -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