Skip to content

Commit e04ae64

Browse files
authored
docs: fix special example (#598)
1 parent 2efc355 commit e04ae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/special.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ metaInfo() {
3737
},
3838
data() {
3939
return {
40-
this.cssTexts: []
40+
cssTexts: []
4141
}
4242
},
4343
mounted() {

0 commit comments

Comments
 (0)