Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 215a707

Browse files
authored
Include component file
1 parent 9c4b605 commit 215a707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = (Vue = window.Vue) => {
1010

1111
report.updateMetaData('vue', {
1212
errorInfo: info,
13-
component: vm ? formatComponentName(vm) : undefined,
13+
component: vm ? formatComponentName(vm, true) : undefined,
1414
props: vm ? vm.$options.propsData : undefined
1515
})
1616

0 commit comments

Comments
 (0)