Consistent extension usage in imports (#1171)

This commit is contained in:
Sasha Sorokin
2023-06-11 18:37:40 +01:00
committed by GitHub
parent 20d1c4d242
commit d9f8746438
39 changed files with 133 additions and 114 deletions

View File

@@ -16,7 +16,7 @@
</template>
<script>
import Checkbox from '~/components/ui/Checkbox'
import Checkbox from '~/components/ui/Checkbox.vue'
export default {
components: {