com.kailaimei.carbon/App.vue

20 lines
241 B
Vue
Raw Normal View History

2023-02-03 02:05:19 +00:00
<script>
export default {
onLaunch: function() {
},
onShow: function() {
},
onHide: function() {
}
}
</script>
<style>
/* 项目样式 start */
@import url("./common/style.css");
/* 项目样式 end */
</style>