Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 811693d

Browse files
committed
use id instead of pid
1 parent 7a28abf commit 811693d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/classification.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default ({ Vue }) => {
5353
},
5454
[`$current${classifiedType.charAt(0).toUpperCase() +
5555
classifiedType.slice(1)}`]() {
56-
const tagName = this.$route.meta.pid
56+
const tagName = this.$route.meta.id
5757
return this[helperName].getItemByName(tagName)
5858
},
5959
}

0 commit comments

Comments
 (0)