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.

15 lines
272 B

8 months ago
  1. <script>
  2. import plugins from "./plugins/plugins.js"
  3. export default {
  4. onLaunch: function() {
  5. this.$.appContext.app.use(plugins)
  6. },
  7. onShow: function() {},
  8. onHide: function() {}
  9. }
  10. </script>
  11. <style>
  12. /*每个页面公共css */
  13. @import url("uni.css");
  14. </style>