localstorage,事例如下: <script setup> import { useStorage } from '@vueuse/core' const input = useStorage('unique-key 除了 localstorage,我们也可以指定 sessionstorage: const input = useStorage('unique-key', 'Hello, world!'
<template> <c-custom-look-up-for-lwc unique-key={item.Id} value-id={accountId}