mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 15:01:46 +01:00
fix(module): mark functions used in exports as pure (#3604)
This commit is contained in:
@@ -59,6 +59,7 @@ 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