lottery-flip-card/App.vue

12 lines
192 B
Vue
Raw Normal View History

2024-05-30 11:01:36 +08:00
<script>
export default {
onLaunch() {},
onShow() {},
onHide() {}
}
</script>
<style lang="scss">
@import '@/static/style.css';
@import "./uni_modules/uview-ui/index.scss";
</style>