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.
 
 
 
 
qixie/App.vue

15 lines
189 B

<script>
import {
init
} from "@/shopro";
export default {
onLaunch(options) {
init(options);
}
};
</script>
<style lang="scss">
@import 'static/style/index.scss';
</style>