13 lines
198 B
Vue
13 lines
198 B
Vue
<template>
|
|
<StockIoPage ioType="transfer" />
|
|
</template>
|
|
|
|
<script>
|
|
import StockIoPage from './panels/stockIoPage.vue';
|
|
|
|
export default {
|
|
components: {
|
|
StockIoPage
|
|
}
|
|
}
|
|
</script> |