| 123456789101112131415161718192021222324252627282930313233343536 |
- <template>
- <view class="box-data" >
- 测试环境开始
- </view>
- </template>
- <script>
- export default {
- components: {
- },
- data() {
- return {
- }
- },
- watch: {
- },
- mounted() {
- },
- methods: {
- },
- }
- </script>
- <style lang="scss" scoped>
- </style>
|