import DataManage from "./views/DataManage.vue"; export default [ { path: "/example/data-manage", name: "DataManage", component: DataManage } ];