Skip to content

Commit ec70d34

Browse files
author
mcibique
committed
Fixed warnings about experimental decorators in vue files
1 parent 8829776 commit ec70d34

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"compilerOptions": {
3+
"experimentalDecorators": true
4+
}
5+
}

0 commit comments

Comments
 (0)