Sha256: 29d912c135946c3ea927f0010c2148454d66ff264618fc7dbd9399dc509b8d45
Contents?: true
Size: 1.46 KB
Versions: 2
Compression:
Stored size: 1.46 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 { ref, reactive, onMounted, watch, computed, inject } from "vue" import { useRouter, useRoute } from 'vue-router' // · initialize/inject plugins const router = useRouter() const route = useRoute() const msg = inject("msg") const url = inject("url") // · import components import componentLabelEditor from "LesliBabel/vue/components/form-label-editor.vue" import componentActions from "LesliBabel/vue/components/actions.vue" </script> <template> <section class="application-component"> <lesli-header title="Relevant translations"> <component-actions></component-actions> </lesli-header> <component-label-editor module="relevants"> </component-label-editor> </section> </template>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lesli_babel-0.6.0 | lib/vue/apps/relevants/index.vue |
lesli_babel-0.5.0 | lib/vue/apps/relevants/index.vue |