小程序 mpvue page "xxx" has not been registered yet
Posted 明天有风吹
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小程序 mpvue page "xxx" has not been registered yet相关的知识,希望对你有一定的参考价值。
新增了几个页面,改了下目录结构,就开始报这个错。
重启了几次不管用,google 一番也无果。
灵机一动试一下 build
npm run build
build 版本没报错,OK
然后
$ rm -rf dist/*
$ npm run dev
至此,没再报错了。
以上是关于小程序 mpvue page "xxx" has not been registered yet的主要内容,如果未能解决你的问题,请参考以下文章
小程序 上拉加载onReachBottom 的使用(以下是在mpvue中的例子)