<h3 class="title">
</h3>
<div class=""></div>
<div id="app">
<p>${text}
<h1>${count}</h1>
</p>
<!-- this will no longer update `foo`! -->
<Test :child_count="count"></Test>
<button v-on:click="count++">Change it</button>
</div>
<script src="../../dist/scripts/vue.bundle.js"></script>
<h3 class="title">{{ greeting }}</h3>
<div class="{{ class }}">{{ introduction }}</div>
<div id="app">
<p>${text} <h1>${count}</h1></p>
<!-- this will no longer update `foo`! -->
<Test
:child_count="count"
></Test>
<button v-on:click="count++">Change it</button>
</div>
<script src="{{ path '/dist/scripts/vue.bundle.js' }}"></script>
/* No context defined for this component. */
/* Insert css here */
{
"title": "Component",
"status": "prototype",
"context": {
"greeting": "Hi from vueInstance component",
"introduction": "vueInstance component was generated by Novicell-generator"
}
}
There are no notes for this item.