parent
139f7fce79
commit
6c5a05ff97
@ -0,0 +1,20 @@ |
|||||||
|
<template> |
||||||
|
<div> |
||||||
|
<meet-sticky :bg="bg"> |
||||||
|
<meet-navbar title="会议总结" :isFixed="false"></meet-navbar> |
||||||
|
</meet-sticky> |
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
data() { |
||||||
|
return { |
||||||
|
bg: "", |
||||||
|
}; |
||||||
|
}, |
||||||
|
}; |
||||||
|
</script> |
||||||
|
|
||||||
|
<style lang="scss" scoped> |
||||||
|
</style> |
Loading…
Reference in new issue