# 使用 Card 预设 Modal 有一些预设,让你在设定之后可以使用对应的 Slots 还有 Props。 ```html 来吧 内容 ``` ```js export default { data () { return { modalActive: false, } } } ```