Skip to content

Commit

Permalink
Refactor: [Client] Vue.js の VSCode 拡張機能を Vetur から Volar に移行
Browse files Browse the repository at this point in the history
Vue 2.7 に移行したことで今のところ問題なく動いている
  • Loading branch information
tsukumijima committed Apr 23, 2023
1 parent 5238c39 commit 1f8659c
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 30 deletions.
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"ms-python.python",
"ms-python.vscode-pylance",
"vue.volar"
]
}
14 changes: 0 additions & 14 deletions client/src/shims-tsx.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions client/src/shims-vue.d.ts

This file was deleted.

1 change: 1 addition & 0 deletions client/src/views/TV/Watch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2271,6 +2271,7 @@ export default Vue.extend({
}
.dplayer-comment-input {
transition: box-shadow 0.09s ease;
appearance: none;
-webkit-appearance: none;
&:focus {
box-shadow: rgba(79, 130, 230, 60%) 0 0 0 3.5px;
Expand Down
4 changes: 4 additions & 0 deletions client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
"scripthost",
]
},
"vueCompilerOptions": {
// for Volar
"target": 2.7,
},
"include": [
"src/**/*.ts",
"src/**/*.tsx",
Expand Down
11 changes: 0 additions & 11 deletions vetur.config.js

This file was deleted.

0 comments on commit 1f8659c

Please sign in to comment.