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