Sha256: d2797474e2f1d8b2ad22bbc216c100c8ff9605145713d5bbb1ff506c461ba876

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

<script setup>
/*
Copyright (c) 2023, 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 { ref, reactive, onMounted, watch, computed, inject } from "vue"
import { useRouter, useRoute } from "vue-router"


// · Import components
import componentCalendar from "LesliDriver/components/calendar.vue"

</script>
<template>
    <lesli-application-container dashboard>
        <component-calendar class="mt-4">
        </component-calendar>
    </lesli-application-container>
</template>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lesli_driver-0.1.0 lib/vue/apps/calendar/show.vue