Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

Hello
I’m building an Application using VueJS.
Currently what I’m trying to do is create my own custom component. Unfortunately, I’m unable to pass the title and body back to the VueJS. I’m doing it the same way as creating a new VUejs Instance but nothing works. Can someone assist me?
Here is my code
VueJS
Vue.component('message',{
template: `
<article class="message">
<div class="message-header">
<p>{{ title }}</p>
<button class="delete" @click="hideModal" aria-label="delete"></button>
</div>
<div class="message-body">
{{ body }}
</div>
</article>
`
};
Now, here is my HTML
<message title='Hello World' body="Lorem ipsum dolor sit amet, consectetur adipiscing elit."></message>
Please let me know how to fix this.
I’m using Apache, Centos 7 if this actually helps.
gerard
Jon Harris
orbitstorm88
rem3n
yolanda smith
301276acdc124dd982fe86364ba8c4
30ddab6038c044188d489290785dcb
699c9bc0a2c34f248e792cb8d2c6ab
Kent Morlan
sylvaticus
agitechcr
8b8f3c8ea96345bf8ddb0a59a008e2