Renaming general.utils to general.util

This commit is contained in:
2025-01-29 22:51:55 +01:00
parent f32c51ca38
commit f3c453b1b2
19 changed files with 26 additions and 33 deletions

View File

@@ -16,7 +16,7 @@
<script setup lang="ts">
import { parseURL } from 'ufo';
import { Icon } from '@iconify/vue/dist/iconify.js';
import { iconByType } from '#shared/general.utils';
import { iconByType } from '#shared/general.util';
const { href } = defineProps<{
href: string

View File

@@ -5,6 +5,6 @@
</template>
<script setup lang="ts">
import { parseId } from '#shared/general.utils';
import { parseId } from '#shared/general.util';
const props = defineProps<{ id?: string }>()
</script>

View File

@@ -5,7 +5,7 @@
</template>
<script setup lang="ts">
import { parseId } from '#shared/general.utils';
import { parseId } from '#shared/general.util';
const props = defineProps<{ id?: string }>()
const generate = computed(() => props.id)

View File

@@ -5,7 +5,7 @@
</template>
<script setup lang="ts">
import { parseId } from '#shared/general.utils';
import { parseId } from '#shared/general.util';
const props = defineProps<{ id?: string }>()
const generate = computed(() => props.id)

View File

@@ -5,6 +5,6 @@
</template>
<script setup lang="ts">
import { parseId } from '#shared/general.utils';
import { parseId } from '#shared/general.util';
const props = defineProps<{ id?: string }>()
</script>

View File

@@ -5,7 +5,7 @@
</template>
<script setup lang="ts">
import { parseId } from '#shared/general.utils';
import { parseId } from '#shared/general.util';
const props = defineProps<{ id?: string }>()
const generate = computed(() => props.id)

View File

@@ -5,7 +5,7 @@
</template>
<script setup lang="ts">
import { parseId } from '#shared/general.utils';
import { parseId } from '#shared/general.util';
const props = defineProps<{ id?: string }>()
const generate = computed(() => props.id)