mynotes/app.ux
2025-04-22 20:55:57 +08:00

10 lines
112 B
XML

<script>
/**
* 应用级别的配置,供所有页面公用
*/
export default {
onCreate() {}
}
</script>