fix: fix SettingsListItem missing className dev warning (#968)

This commit is contained in:
Nolan Lawson 2019-02-11 21:04:08 -08:00 committed by GitHub
parent 4bf3c2fd28
commit 652ffffec4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@
<script>
export default {
data: () => ({
ariaLabel: void 0
ariaLabel: void 0,
className: void 0
})
}
</script>