Sha256: 921302d0c5d80fbf663e3a8cb6b98c979208df308da95983f41a95aa15b5419b
Contents?: true
Size: 1.31 KB
Versions: 1
Compression:
Stored size: 1.31 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 components, libraries and tools import { onMounted } from 'vue' // · import { useEvents } from "LesliDriver/stores/events" const storeEvents = useEvents() // import ComponentDiscussions from "LesliVue/cloud-objects/discussion.vue" // import ComponentFiles from "LesliVue/cloud-objects/file.vue" // import ComponentGuests from './guests.vue' import ComponentForm from './form.vue' </script> <template> <lesli-panel v-model:open="storeEvents.showModal"> <template #header> </template> <template #default> </template> </lesli-panel> </template>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lesli_driver-0.2.0 | lib/vue/components/event.vue |