App.vue 189 B

123456789101112131415
  1. <script>
  2. import {
  3. init
  4. } from "@/shopro";
  5. export default {
  6. onLaunch(options) {
  7. init(options);
  8. }
  9. };
  10. </script>
  11. <style lang="scss">
  12. @import 'static/style/index.scss';
  13. </style>