All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.vue.routerTree.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.10-2024
Show newest version
export default [
    {
        name: "${formBean.className?uncap_first}_home",
        path: "/${formBean.className?uncap_first}/index",
        component: () => import("@/views/pages/${formBean.className?uncap_first}/index.vue"),
        meta: {
            title: "${model!}管理",
            icon: "el-icon-platform-eleme"
        }
    }
]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy