fix: apply ESLint rule vue/no-empty-component-block
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
<script></script>
|
||||
|
||||
<template>
|
||||
<div class="animation-container margin-top-1">
|
||||
<div class="ai-typing--wrap">
|
||||
|
||||
-2
@@ -24,5 +24,3 @@ export default {
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@@ -88,4 +88,3 @@ export default {
|
||||
/>
|
||||
</woot-modal>
|
||||
</template>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
@@ -84,5 +84,3 @@ export default {
|
||||
@remove="removeItem"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@@ -55,5 +55,3 @@ export default {
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@@ -131,5 +131,3 @@ export default {
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@@ -38,5 +38,3 @@ export default {
|
||||
</woot-modal>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
@@ -28,5 +28,3 @@ export default {
|
||||
@view="onArticleClick"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style></style>
|
||||
|
||||
Reference in New Issue
Block a user