migrate transaction list page to composition API and typescript

This commit is contained in:
MaysWind
2025-02-09 15:07:06 +08:00
parent bb3a0c4444
commit 596787b998
12 changed files with 1875 additions and 2453 deletions
+1 -9
View File
@@ -23,17 +23,9 @@ export default [
'**/*.{vue,ts,tsx,mts,js,jsx,cjs,mjs}'
],
rules: {
'@typescript-eslint/no-this-alias': ['error', {
allowedNames: ['self']
}],
'vue/valid-v-slot': ['error', {
allowModifiers: true
}],
'vue/block-lang': ['error', {
script: {
lang: ['ts', 'js']
}
}],
}]
}
},
];