feat: create image, intstance list, endpoint list

This commit is contained in:
Qiuxia Fan
2022-01-04 15:57:15 +08:00
parent 5ac55b5e09
commit 51932ca877
13 changed files with 259 additions and 10 deletions

View File

@@ -76,9 +76,15 @@
"ecmaVersion": 2020
},
"rules": {
"@typescript-eslint/no-explicit-any": [
"off"
]
"@typescript-eslint/no-explicit-any": "off",
"vue/attributes-order": "off",
"vue/one-component-per-file": "off",
"vue/html-closing-bracket-newline": "off",
"vue/max-attributes-per-line": "off",
"vue/multiline-html-element-content-newline": "off",
"vue/singleline-html-element-content-newline": "off",
"vue/attribute-hyphenation": "off",
"vue/require-default-prop": "off"
},
"overrides": [
{