Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the “name” option. found in —> at src/views/layout/index.vue at src/App.vue 在使用v
学习了前面6节uni-app的基础内容,接下来正式开发一个完整的项目:beautiful 一个提供精美图片展示,图片和视频下载的微信小程序 稍后会将项目的git链接放上来 1.新建项目 创建项目: cd D:\work\demo\vueDemo vue create -p dcloudio/uni-preset-vue beautiful 进入项目目录,安装sass依赖 cd be