nuxt-modules / device

Nuxt module for detecting device type.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Name `$device` not found

lxccc812 opened this issue · comments

How to use $device in nuxt

__VLS_ctx.$device" is of type "Unknown

image

docs

nuxt 3.7.4
@nuxtjs/device 3.1.0
chrome 118.0.5993.89

nuxt.config.ts

{
    modules: ['@nuxtjs/device'],
    device: {
        refreshOnResize: true
    }
}

Same problem here! This is issue is a duplicate of #138

When to resolve changes or documentation🤔

Same

Let's track in #136.