osm_my_commerce/osm_my_commerce/components/AppFooter.vue

10 lines
124 B
Vue
Raw Normal View History

2023-03-02 11:31:37 +01:00
<script lang="ts" setup></script>
<template>
<div>
Component: AppFooter
</div>
</template>
<style scoped></style>