Commit b38307c4 authored by 罗超's avatar 罗超

新增

parent cb8efaca
<template>
<web-view src="" @message=""></web-view>
</template>
<script>
import vue, {
ref,
reactive,
toRefs,
toRef,
getCurrentInstance,
watch,
computed,
onMounted,
provide,
nextTick,
} from "vue";
export default {
setup(props) {
let data = reactive({
});
return {
...toRefs(data)
};
},
onLoad(option) {
//this.workMsg.stuId = option.stuId
}
};
</script>
<style scoped>
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment