Skip to content

Commit c5d9406

Browse files
committed
fix: accidental removal
1 parent 4f816e7 commit c5d9406

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/bootstrap-vue-3/src/components/BModal.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,3 +262,9 @@ watch(
262262
}
263263
)
264264
</script>
265+
266+
<script lang="ts">
267+
export default {
268+
inheritAttrs: false,
269+
}
270+
</script>

0 commit comments

Comments
 (0)