Sha256: 09a631fc4f35d0929e39fd9b8021a8f0d2505ff718190de56b4046076f702861

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

<script setup>
/*
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 vue tools
import { onMounted } from "vue"

// · import components and lazy loading implementation
import ComponentNotificationForm from "LesliBell/apps/notifications/components/notification-form.vue"


// ·
const translations = {
    core: {
        shared: I18n.t("core.shared")
    },
    bell: {
        notifications: I18n.t("bell.notifications")
    }
}

</script>
<template>
    <section class="application-component">

        <lesli-header :title="translations.bell.notifications.view_title_new_notification"></lesli-header>

        <component-notification-form></component-notification-form>

    </section>
</template>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lesli_bell-0.1.0 lib/vue/apps/notifications/new.vue