Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
todrfu committed Nov 24, 2020
2 parents ba1e973 + 41e5a15 commit 70b76ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/component/v2/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ Component({
if (typeof p.methods === 'function') {
const methods = p.methods(this)
for (let fnName in methods) {
if (fnName.startsWith('__')) continue
const fn = methods[fnName]
if (typeof fn === 'function') {
if (!this.calendar) this.calendar = {}
Expand Down

0 comments on commit 70b76ee

Please sign in to comment.