You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
186 B

3 years ago
3 years ago
3 years ago
  1. <script>
  2. export default {
  3. onLaunch: function() {},
  4. onShow: function() {},
  5. onHide: function() {}
  6. }
  7. </script>
  8. <style lang="scss">
  9. @import "uview-ui/index.scss";
  10. </style>