-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
Hi I'm getting the error: Uncaught ReferenceError: _vue is not defined when using the component...
This is where it fails:
fetch: function() {
var e = this;
if (!this.$http) {
return _vue.util.warn('You need to provide a HTTP client', this) <---
}
if (!this.src) {
return _vue.util.warn('You need to set the src
property', this)
}
var t = this.queryParamName ? this.src : this.src + this.query
, n = this.queryParamName ? (0,
_assign2.default)((0,
Any help to solve this would be great.
Thanks.
Metadata
Metadata
Assignees
Labels
No labels