14 lines
196 B
Vue
14 lines
196 B
Vue
<script>
|
|
export default {
|
|
onLaunch() {}
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
page {
|
|
background: #f8fafc;
|
|
color: #111827;
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
}
|
|
</style>
|