kevinwarne / vue-balloon

A zoomable fixed balloon container. Useful for adding tutorial videos or other page specific content.
85 stars 11 forks source link

Close when maximized #2

Closed taojunnan closed 6 years ago

taojunnan commented 6 years ago

support?

kevinwarne commented 6 years ago

I’ll add support for this. Hopefully I can get to this this weekend.

kevinwarne commented 6 years ago

Feature added in 1.0.19.

Balloon component now has the additional Boolean prop:

  // when balloon is maximized, it will still have the close button
  showCloseWhenMaximized: {
    default: false,
    type: Boolean
  }

Cheers!