hrms-mgt/src/modules/13_salary/components/SalaryLists/ProcessStep.vue

10 lines
159 B
Vue
Raw Normal View History

<script setup lang="ts">
import { ref } from "vue";
</script>
<template>
<div class="q-pa-md">process</div>
</template>
<style lang="scss" scoped></style>