[Vue warn]: Cannot find element

前端 未结 6 813
梦如初夏
梦如初夏 2020-12-07 13:22

I\'m using Vuejs. This is my markup:


  
6条回答
  •  伪装坚强ぢ
    2020-12-07 14:17

    You can solve it in two ways.

    1. Make sure you put the CDN into the end of html page and place your own script after that. Example:
        
          

    where you need to put same javascript code you wrote in any other JavaScript file or in html file.

    1. Use window.onload function in your JavaScript file.

提交回复
热议问题