KindergartenAppletUI/App.vue

12 lines
255 B
Vue
Raw Normal View History

2022-08-24 15:01:04 +08:00
<script>
export default {
2023-04-19 16:49:42 +08:00
onLaunch: function() {},
onShow: function() {},
onHide: function() {}
2022-08-24 15:01:04 +08:00
}
</script>
2022-10-17 16:00:25 +08:00
<style lang="scss">
/* 注意要写在第一行同时给style标签加入lang="scss"属性 */
@import "uview-ui/index.scss";
2022-08-24 15:01:04 +08:00
</style>