mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
10 lines
174 B
Vue
10 lines
174 B
Vue
<template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
import componentHandler from "../../../general/mixins/componentHandler";
|
|
export default {
|
|
mixins: [componentHandler],
|
|
};
|
|
</script> |