You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
346 B

export default [
{title: "首页", path: '/'},
{title: "计算器", path: '/calc'},
{title: "购物车", path: '/webview/cart'},
{title: "购物车(改)", path: '/webview/cart_fixed'},
{title: "侦听器", path: '/watch'},
{title: "计算属性", path: '/computed'},
{title: "抽奖游戏", path: '/turntable'},
]