5 changed files with 30 additions and 18 deletions
@ -0,0 +1,23 @@ |
|||||||
|
<template> |
||||||
|
<div id="MyCollect"> |
||||||
|
<BaseHeader title="我的收藏" is-show-right-btn="false"></BaseHeader> |
||||||
|
|
||||||
|
</div> |
||||||
|
</template> |
||||||
|
|
||||||
|
<script> |
||||||
|
export default { |
||||||
|
name: "MyCollect", |
||||||
|
date() { |
||||||
|
return {} |
||||||
|
} |
||||||
|
} |
||||||
|
</script> |
||||||
|
|
||||||
|
<style scoped> |
||||||
|
#MyCollect { |
||||||
|
width: 100vw; |
||||||
|
height: 100%; |
||||||
|
position: fixed; |
||||||
|
} |
||||||
|
</style> |
Loading…
Reference in new issue