hugo-theme-cyberscopes/layouts/shortcodes/input.html

18 lines
341 B
HTML

<div v-scope>
<input type="text" name="txt" autofocus
v-model="newdata"
@change="save" />
</div>
<div v-scope @vue:mounted="mounted('data')">
<pre v-text="data"></pre>
</div>
<div v-scope>
<pre v-text="newdata" @vue:mounted="mounted('newdata')"></pre>
</div>
<div v-scope>
<div>id = {| urlParams.get('id') |}</div>
</div>