supplier log submodule

This commit is contained in:
William Buezas 2024-01-05 08:51:03 -03:00
parent edb1c1c71a
commit 4d0d051c8a
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
<template>Supplier log</template>
<script setup>
import VnLog from 'src/components/common/VnLog.vue';
</script>
<template>
<VnLog model="Supplier" url="/SupplierLogs"></VnLog>
</template>