Sha256: fa60ca0103c61e7992d108b44ee1b99891a764a2508c0b9fdafa0d532b8fd126
Contents?: true
Size: 1.51 KB
Versions: 1
Compression:
Stored size: 1.51 KB
Contents
/* Copyright (c) 2022, all rights reserved. All the information provided by this platform is protected by international laws related to industrial property, intellectual property, copyright and relative international laws. All intellectual or industrial property rights of the code, texts, trade mark, design, pictures and any other information belongs to the owner of this platform. Without the written permission of the owner, any replication, modification, transmission, publication is strictly forbidden. For more information read the license file including with this software. // · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ // · */ // · Import main app import application from "Lesli/application" // · Import apps and components // import appDashboard from "Lesli/cloud-objects/dashboards/apps/show.vue" // import appNotificationsIndex from "./apps/notifications/index.vue" // import appNotificationsNew from "./apps/notifications/new.vue" // import appAnnouncementsIndex from "./apps/announcements/index.vue" // import appAnnouncementsNew from "./apps/announcements/new.vue" // · Cloud app application("LesliBell", [/*{ path: "/", component: appDashboard }, { path: "/notifications", component: appNotificationsIndex }, { path: "/notifications/new", component: appNotificationsNew }, { path: "/announcements", component: appAnnouncementsIndex }, { path: "/announcements/new", component: appAnnouncementsNew }*/])
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lesli_bell-0.1.0 | lib/vue/application.js |