We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前页面文件如home.vue,通过新建home.config.js 来配置,项目目录构成显得繁杂而无必要,因为一般情况下每个页面的config.js文件中代码量极少
完全可以在home.vue中使用单独标签填写配置,比如:
<template> </template> <script> </script> <style> </style> <config> { "navigationBarTitleText": "首页", "enablePullDownRefresh": true } </config> <!-- generated by taro-issues. 请勿修改或删除此行注释 --><!--labels=enhancement-->
The text was updated successfully, but these errors were encountered:
defineAppConfig
definePageConfig
duplicate #10348
Sorry, something went wrong.
No branches or pull requests
这个特性解决了什么问题?
目前页面文件如home.vue,通过新建home.config.js 来配置,项目目录构成显得繁杂而无必要,因为一般情况下每个页面的config.js文件中代码量极少
这个 API 长什么样?
完全可以在home.vue中使用单独标签填写配置,比如:
The text was updated successfully, but these errors were encountered: