if (typeof options.url === 'function') {
      options.url = options.url.call(this.$element, params);
    }