We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515863a commit 30c970aCopy full SHA for 30c970a
dist/checkbox-group/index.js
@@ -9,8 +9,8 @@ Component({
9
},
10
linkChanged() {
11
12
- unlinked(target) {
13
- this.init(target);
+ unlinked() {
+ // this.init(target);
14
}
15
16
examples/dist/checkbox-group/index.js
src/checkbox-group/index.js
0 commit comments