diff --git a/src/runtime/composables/defineLocale.ts b/src/runtime/composables/defineLocale.ts index f5f977f0..2a695fe3 100644 --- a/src/runtime/composables/defineLocale.ts +++ b/src/runtime/composables/defineLocale.ts @@ -8,7 +8,6 @@ interface DefineLocaleOptions { messages: M } -/* @__NO_SIDE_EFFECTS__ */ export function defineLocale(options: DefineLocaleOptions): Locale { return defu, [{ dir: Direction }]>(options, { dir: 'ltr' }) } diff --git a/src/runtime/composables/defineShortcuts.ts b/src/runtime/composables/defineShortcuts.ts index 8949b43d..68fd14a4 100644 --- a/src/runtime/composables/defineShortcuts.ts +++ b/src/runtime/composables/defineShortcuts.ts @@ -59,7 +59,6 @@ export function extractShortcuts(items: any[] | any[][]) { return shortcuts } -/* @__NO_SIDE_EFFECTS__ */ export function defineShortcuts(config: MaybeRef, options: ShortcutsOptions = {}) { const chainedInputs = ref([]) const clearChainedInput = () => {