Files
dvcp_v2_wechat_app/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue

31 lines
374 B
Vue
Raw Normal View History

2022-04-20 11:48:27 +08:00
<template>
<div class="AppGreatPowerIntegral">
2022-04-20 15:37:08 +08:00
2022-04-20 11:48:27 +08:00
</div>
</template>
<script>
export default {
name: 'AppGreatPowerIntegral',
appName: '强国积分',
data() {
return {
2022-04-20 15:37:08 +08:00
2022-04-20 11:48:27 +08:00
}
},
onShow() {},
methods: {}
}
</script>
<style lang="scss" scoped>
.AppGreatPowerIntegral {
2022-04-20 15:08:58 +08:00
.dialog {
padding: 30px;
box-sizing: border-box;
}
2022-04-20 11:48:27 +08:00
}
</style>