const state = van.state(7);
van.add(document.body, van.tags.div({onclick()
{
state.val++;
}
}, state));