【发布时间】:2017-01-31 02:40:36
【问题描述】:
这是我的混音:
mixin treeview(...routes)
each route in routes
//- path is a variable which I passed from express
if (path === route)
li.treeview.active
if block
block
//- stop right here
在 Javascript 中看起来像 break
【问题讨论】: