uni-app注册 page-head 初次使用uni-app,随便写了个测试,遇到了bug翻译了一下,组件注册正确吗?对于递归组件,请确保提供“name”选项。好像是用到head 或者foot 没有注册就会有这种报错。只要在main。js里面注册就可以了。在main。js 中加上import pageHead from './components/page-head.vue'Vue.compo... uni 2023-09-18 43 点赞 0 评论 65 浏览
mysql 查询二维数组,多个mysql查询成一个php二维数组 I'm refactoring my code and just hit a snag. The first query in the code below gets the tab_id of the latest submitted tabs. The second Query gets the detail of each tab.In my old way of doing it, i e... mysql 查询二维数组 2023-09-13 42 点赞 0 评论 63 浏览