Skip to content

Commit e83bd6c

Browse files
committed
some error tips
1 parent be50a6b commit e83bd6c

10 files changed

+7
-6677
lines changed

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.cache
22
node_modules
3+
dist

Diff for: dev.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function a() {
1212
<component visible$sync={this.test}>I am newbie</component>
1313
<component visible$sync={this.test[1]}>I am newbie</component>
1414
<component visible$sync={this.test.a}>I am newbie</component>
15+
<component visible$sync={false}>I am newbie</component>
1516
</div>
1617
)
1718
}`

Diff for: dist/1209757424d58adffd0de1223408adf8.css

-121
This file was deleted.

0 commit comments

Comments
 (0)