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

17 lines
223 B

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