Appearance
响应式的 Web Share API。
import { useShare } from '@base-web-kits/base-tools-vue'; const { share, isSupported } = useShare(); share({ title: 'Hello', text: 'Hello my friend!', url: location.href, });
VueUse