App.vue 322 B

1234567891011121314151617181920
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. },
  5. onShow: function() {
  6. },
  7. onHide: function() {
  8. }
  9. }
  10. </script>
  11. <style lang="scss">
  12. /*每个页面公共css */
  13. @import '@/uni_modules/windi-css-uniapp/index.scss';
  14. @import "@/uni_modules/uview-ui/index.scss";
  15. @import "common/demo.scss";
  16. </style>