一、when use "v-infinite-scroll="loadMore":

starter-template-master\.nuxt\client.js:520 TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

 

二、the reason in plugins("{ src:'~plugins/vue-infinite-scroll.js' ,ssr: false}" before "{ src:'~plugins/element-ui.js' ,ssr: false}"):

starter-template-master\.nuxt\client.js:520 TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

 

 

 三、the solution is to change the sequence of them:

starter-template-master\.nuxt\client.js:520 TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

 

starter-template-master\.nuxt\client.js:520 TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-19
  • 2021-10-17
  • 2021-05-01
  • 2021-10-20
  • 2021-09-04
猜你喜欢
  • 2022-12-23
  • 2021-04-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
相关资源
相似解决方案