Skip to content

Commit

Permalink
added 'vue filter countries attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
igaster committed Mar 31, 2017
1 parent 0d2b312 commit a0c59d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue/geo-select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Example Usage
var url = this.apiRootUrl;
if(id==null){
if(this.countries==null)
url+='/geo/countries'
url+='/geo/countries?fields=id,name'
else
url+='/geo/items/'+this.countries;
}
Expand Down

0 comments on commit a0c59d8

Please sign in to comment.