Skip to content

Instantly share code, notes, and snippets.

@rdemetrescu
rdemetrescu / app.html
Last active October 27, 2017 14:31
Issues with child routers and view router with layout
<template>
<require from="./nav-bar"></require>
<h1>Main router</h1>
<div>
<label>
<input type="checkbox" checked.bind="useLayout">
Use custom layout
</label>