Commit c7662f78 authored by Ammar Alakkad's avatar Ammar Alakkad

Update doc vue.md

parent 13f736cb
......@@ -78,7 +78,7 @@ document.addEventListener('DOMContentLoaded', () => new Vue({
render(createElement) {
return createElement('my-component', {
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