A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vueuse/vueuse below:

vueuse/vueuse: Collection of essential Vue Composition Utilities for Vue 3


Collection of essential Vue Composition Utilities


import { useLocalStorage, useMouse, usePreferredDark } from '@vueuse/core'

const { x, y } = useMouse()

// if user prefers dark theme
const isDark = usePreferredDark()

// persist state in localStorage
const store = useLocalStorage(
  'my-storage',
  {
    name: 'Apple',
    color: 'red',
  },
)

Refer to functions list or documentations for more details.

From v12.0, VueUse no longer supports Vue 2. Please use v11.x for Vue 2 support.

Add ons | Nuxt Module

<script src="https://unpkg.com/@vueuse/shared"></script>

<script src="https://unpkg.com/@vueuse/core"></script>

It will be exposed to global as window.VueUse

See the Contributing Guide

This project is heavily inspired by the following awesome projects.

And thanks to all the contributors on GitHub!

Financial Contributors on Open Collective

MIT License © 2019-PRESENT Anthony Fu


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4