mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 17:03:00 +10:00
docs: why timeline was disabled
This commit is contained in:
+2
-1
@@ -9,7 +9,8 @@ export default defineNuxtConfig({
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
telemetry: false,
|
telemetry: false,
|
||||||
timeline: {
|
timeline: {
|
||||||
// seems to break things
|
// this seems to be the tracking issue, composables not registered
|
||||||
|
// https://github.com/nuxt/devtools/issues/662
|
||||||
enabled: false,
|
enabled: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user