Skip to content

Commit

Permalink
refactor(vue): adds support for vue 3 (#396)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: TODO
  • Loading branch information
stalniy committed Jan 20, 2021
1 parent 8354858 commit 7eb0413
Show file tree
Hide file tree
Showing 15 changed files with 526 additions and 427 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@
"packages/*/spec/**/*.{js,ts}"
],
"env": {
"jest": true
"jest": true,
"browser": true
},
"globals": {
"expect": true,
Expand Down
Loading

0 comments on commit 7eb0413

Please sign in to comment.