<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. */
  • Content:
    {
        "title": "Component",
        "status": "prototype",
        "context": {
            "greeting": "Hi from vueInstance component",
            "introduction": "vueInstance component was generated by Novicell-generator"
        }
        }
    
  • URL: /components/raw/vueinstance/vueInstance.json
  • Filesystem Path: src/01-atoms/vueInstance/vueInstance.json
  • Size: 222 Bytes

There are no notes for this item.