Vue.component('nav-menu', { template: '', props: [], data: function() { return { items: [ { icon: "../../img/gogngongweisheng_bai_icon.png", title: "公共卫生服务", items: [ { title: "居民管理", url: "../patient/patient-list.html" }, { title: "慢病随访", url: "../suifang/sf-list.html" }, { title: "老年人服务", url: "" }, { title: "严重精神病患者服务", url: "" }, { title: "肺结核患者管理", url: "" }, { title: "健康体检", url: "" } ] } ] } }, methods: { } })