Skip to content

Commit ca90868

Browse files
committed
refactor: no attribute inheritance in AppAutoScrollContainer
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
1 parent 5828c5b commit ca90868

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/ui/AppAutoScrollContainer.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
import { Component, Prop, Ref, Vue, Watch } from 'vue-property-decorator'
1313
import { markRaw } from 'vue'
1414
15-
@Component
15+
@Component({
16+
inheritAttrs: false
17+
})
1618
export default class AppAutoScrollContainer extends Vue {
1719
@Prop({ type: Boolean })
1820
readonly reversed?: boolean

0 commit comments

Comments
 (0)