fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -39,7 +39,7 @@ export default {
|
||||
<template>
|
||||
<div class="h-full w-full antialiased" :class="theme">
|
||||
<router-view />
|
||||
<snackbar-container />
|
||||
<SnackbarContainer />
|
||||
</div>
|
||||
</template>
|
||||
<style lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user