Skip to content

Commit f1b24c5

Browse files
committed
refactor: move new property to the end of the line
1 parent 61b2327 commit f1b24c5

File tree

1 file changed

+1
-1
lines changed
  • packages/app-backend-vue3/src/components

1 file changed

+1
-1
lines changed

packages/app-backend-vue3/src/components/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function saveComponentName (instance, key) {
4545
}
4646

4747
function getComponentTypeName (options) {
48-
const name = options.name || options.__name || options._componentTag || options.__vdevtools_guessedName
48+
const name = options.name || options._componentTag || options.__vdevtools_guessedName || options.__name
4949
if (name) {
5050
return name
5151
}

0 commit comments

Comments
 (0)