Jason Lam

Results 3 issues of Jason Lam

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,...

In your `Content.vue`, a props `title` is defined but never used. With content header outside of the router-view, it seems impossible to dynamically assign the header string.

I did this: `npm install wowjs` and required it: `import WOW from 'wowjs` and tried to use it: ``` let wow = new WOW({ boxClass: 'wow', animateClass: 'animated', offset: 0,...