Appearance
cv-box 和 `cv-block 两者配合使用效果更佳
cv-box
<template> <view> <cv-box> <!-- 此处可以是任意内容 --> </cv-box> </view> </template> <script> export default { data() { return { }; } } </script>