Add test for LNVue.onidle(..)

master
Harald Wolff 2019-10-16 12:18:39 +02:00
parent 75924bc19a
commit 51df83f9e7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<script type="text/javascript">
LNVue.addRouteTemplate(
"/",
`<div>This is the ln.vue demo application. Feel free to test all the features, you can find.</div>`
`<div>This is the ln.vue demo application. Feel free to test all the features, you can find.<br>Here should be a message:<br><i>{{ message.value }}</i></div>`
);
LNVue.addRouteTemplate(
"/state",