13 lines
221 B
Vue
13 lines
221 B
Vue
<script>
|
|
export default {
|
|
onLaunch() {
|
|
console.log('家谱 App 已启动')
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
// Global styles own the fixed-header host stacking contract.
|
|
@import './styles/global.scss';
|
|
</style>
|