Chatwoot/app/javascript/shared/mixins/specs/MockComponent.vue
Pranav Raj S 7bb8186e43
chore: Update self-closing tag eslint config (#4826)
* chore: Fix self-closing tag issues

* Fix merge conflicts

Co-authored-by: Fayaz Ahmed <15716057+fayazara@users.noreply.github.com>
2022-06-10 19:29:52 +05:30

9 lines
111 B
Vue

<template>
<div class="test" />
</template>
<script>
export default {
name: 'MockComponent',
};
</script>