test.vue 131 B

1234567891011121314
  1. <template>
  2. <view class="">
  3. </view>
  4. </template>
  5. <script>
  6. </script>
  7. <style>
  8. page{
  9. background-color: aquamarine;
  10. }
  11. </style>