Vue uses cdn to introduce error reporting, Vue is not defined

index.html also introduces vue"s cdn

webpack.base.conf.js externals vue

build venfor
vue element ui cdn

what is this

Mar.13,2021

who taught you to write script outside body?

  1. do not write any page content outside of body or head.
  2. app.js is inserted in front of the script you wrote and cannot get the Vue.

up master, have you solved it? I also encountered the same problem


how to solve lazy loading? my routing lazy loading failed and could not load the corresponding route view

Menu