# Basic Basic usage of modal. You can put anything in modal, a card for example. ```html Start Me up Oops! Content Footer ``` ```js export default { data () { return { isActive: false } } } ```