This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- This is a Vue.js single file component. --> | |
<!-- https://vuejs.org/v2/guide/ --> | |
<!-- Your HTML --> | |
<template> | |
<div class="hello"> | |
<!-- This object will be editable in the Editor --> | |
<wwObject v-bind:ww-object="section.data.helloWorld"></wwObject> | |
<!-- This one is as you are used to --> |