mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
fix(defineLocale/defineShortcuts): remove @__NO_SIDE_EFFECTS__
This commit is contained in:
@@ -59,7 +59,6 @@ export function extractShortcuts(items: any[] | any[][]) {
|
||||
return shortcuts
|
||||
}
|
||||
|
||||
/* @__NO_SIDE_EFFECTS__ */
|
||||
export function defineShortcuts(config: MaybeRef<ShortcutsConfig>, options: ShortcutsOptions = {}) {
|
||||
const chainedInputs = ref<string[]>([])
|
||||
const clearChainedInput = () => {
|
||||
|
||||
Reference in New Issue
Block a user