Skip to content

Instantly share code, notes, and snippets.

@Akryum
Last active January 6, 2018 14:08
Show Gist options
  • Save Akryum/f2e08df47088d5be0f933b67e90261dc to your computer and use it in GitHub Desktop.
Save Akryum/f2e08df47088d5be0f933b67e90261dc to your computer and use it in GitHub Desktop.
Vue devtools CustomValue API
const sendThisToDevtools = {
_custom: {
type: 'set',
display: 'Set[3]',
readOnly: true,
value: [1, 2, {
_custom: {
type: 'map',
display: 'Map[3]',
value: { a: 42, b: 'foo' }
}
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment