refactor(client): align filename to component name
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, defineAsyncComponent } from 'vue';
|
||||
import XWidgets from '@/components/widgets.vue';
|
||||
import XWidgets from '@/components/MkWidgets.vue';
|
||||
|
||||
export default defineComponent({
|
||||
components: {
|
||||
|
Reference in New Issue
Block a user