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