// in html <div id="app" data="{{ somedata }}"></div> // in vue root file created () { this.$root.$data = this.$el.attributes.data.value }