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.

13 lines
221 B

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