Hi,
I need to add a drop list to the mobile-tab-strip, I write this:
kendo-mobile-layout(k-id="'default'")
kendo-mobile-header
kendo-mobile-tab-strip
a(href='#!/' data-icon='Canvas') Canvas
a
select(kendo-drop-download-list placeholder="Content")
option(href='#!stackup') Stackup
however, the option stackup doesn't work, the route is not true.