Skip to content

Commit 27c5a0b

Browse files
committed
fix champions array binding on copy
1 parent 00b7aff commit 27c5a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/Page.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default {
112112
copyPage() {
113113
const page = {
114114
title: `${this.title} (copy)`,
115-
champs: this.champs,
115+
champions: this.champs,
116116
primary: {
117117
tree: this.primary,
118118
rows: this.prows,

0 commit comments

Comments
 (0)