<template> <view class="information-box"> </view> </template> <script> export default { data() { return { } }, methods: { } } </script> <style scoped lang="scss"> .information-box{ } </style>