24 lines
196 B
Vue
24 lines
196 B
Vue
<!-- 发布岗位 -->
|
|
<template>
|
|
<view>
|
|
发布岗位
|
|
</view>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {
|
|
|
|
}
|
|
},
|
|
methods: {
|
|
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
|
|
</style>
|