vue-adminlte icon indicating copy to clipboard operation
vue-adminlte copied to clipboard

Can't use plugins in .vue components.

Open jasonlam-swatow opened this issue 8 years ago • 0 comments

If include external scripts (e.g. jQuery) in index.html, and refer to $ in .vue components, will get $ is not defined error.

Define alias and plugins in webpack.base.conf.js doesn't work, which works in other scaffolders like vue-cli.

jasonlam-swatow avatar Oct 14 '16 10:10 jasonlam-swatow