### Expected Behavior Image tag gets transcribed into `slot` and parallax effect takes place ### Actual Behavior I receive a `undefined` tag inside of my HTML. Images below as follow. Image asset exists and path is correct. ### Environment - OS: macOS Sierra 10.12 - NPM version: 3.8.6 - vue.js version: 2.1.8 - vue-parallax version: 0.1.1 <img width="1270" alt="screen shot 2017-01-06 at 10 36 29 am" src="https://cloud.githubusercontent.com/assets/2574011/21722855/5f83431c-d3fc-11e6-835c-ae9169d78762.png"> <img width="761" alt="screen shot 2017-01-06 at 10 36 39 am" src="https://cloud.githubusercontent.com/assets/2574011/21722867/69dc59fc-d3fc-11e6-90b2-a46aa31382fb.png"> Any clue why this could be happening?