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.
 
 
 

28 lines
354 B

  1. <template>
  2. <view>
  3. </view>
  4. </template>
  5. <script>
  6. //app.js
  7. var config = require("./config");
  8. export default {
  9. onLaunch: function(options) {},
  10. onShow(options) {
  11. },
  12. onHide() {},
  13. methods: {
  14. }
  15. };
  16. </script>
  17. <style>
  18. @import "./app.css";
  19. </style>
  20. <style lang="scss">
  21. @import "uview-ui/index.scss";
  22. /*每个页面公共css */
  23. </style>