@@ -67,7 +67,7 @@ module.exports = {
// Script parser for vue directives (e.g. `v-if=` or `:attribute=`)
// and vue interpolations (e.g. `{{variable}}`).
// If not specified, the parser determined by `<script lang ="...">` is used.
- "<template>": "espree",
+ "<template>": "@typescript-eslint/parser",
},
project: ["tsconfig.json"],
@@ -4,7 +4,7 @@
title="给分板"
top="10%"
width="300px"
- fixed-width
+ fixedWidth
height="400px"
@close="close"
>
@@ -53,7 +53,8 @@ export const useMarkStore = defineStore("mark", {
removeScoreTracks: [],
focusTracks: [],
maxModalZIndex: 1020,
- minimapScrollTo: 0,
+ minimapScrollToX: 0,
+ minimapScrollToY: 0,
allPaperModal: false,
sheetViewModal: false,
globalMask: false,