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