Skip to content

Commit aa1763c

Browse files
committed
fix(calendar): remove unused computed value
1 parent 1620af4 commit aa1763c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/components/core/calendar.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,6 @@ export default {
132132
};
133133
},
134134
computed: {
135-
year() {
136-
return this.date.format('YYYY');
137-
},
138135
monthSelections() {
139136
const map = {};
140137

0 commit comments

Comments
 (0)