1.0.7 • Published 1 month ago

vue-debug-queryparam v1.0.7

Weekly downloads
-
License
CC0-1.0
Repository
gitlab
Last release
1 month ago

vue-debug-queryparam

A vue plugin for displaying debugging information.

Quick start

In vanilla vue:

import debugQueryparam 'vue-debug-queryparam/plugin'
vueApp.use(debugQueryParam)

In nuxt:

modules: [
    'vue-debug-queryparam/nuxt'
]

The debug composable:

import useDebug from 'vue-debug-queryparam'
const debug = useDebug()
console.log(debug) // Prints true if ?debug=true is set
debug.value = true // Sets ?debug=true in the URL

The debug component:

<DebugData
   :data="{ myvar1, myvar2 }"
   :expand-depth="2"
/>
1.0.7

1 month ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago