2021-12-02 17:55:45 +08:00

14 lines
107 B
Vue

<template>
</template>
<script>
export default {
name: "worker"
};
</script>
<style scoped>
</style>