chore: 合并分支
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<copy-button
|
<copy-button
|
||||||
v-if="scope.row[scope.prop]"
|
v-if="scope.row[scope.prop]"
|
||||||
:text="scope.row[scope.prop]"
|
:text="scope.row[scope.prop]"
|
||||||
style="margin-left: 2px"
|
:style="{ marginLeft: '2px' }"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</page-content>
|
</page-content>
|
||||||
|
|||||||
@@ -45,7 +45,7 @@
|
|||||||
<copy-button
|
<copy-button
|
||||||
v-if="scope.row[scope.prop]"
|
v-if="scope.row[scope.prop]"
|
||||||
:text="scope.row[scope.prop]"
|
:text="scope.row[scope.prop]"
|
||||||
style="margin-left: 2px"
|
:style="{ marginLeft: '2px' }"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
</page-content>
|
</page-content>
|
||||||
|
|||||||
@@ -28,6 +28,13 @@
|
|||||||
"types": ["node", "vite/client", "element-plus/global"]
|
"types": ["node", "vite/client", "element-plus/global"]
|
||||||
},
|
},
|
||||||
|
|
||||||
"include": ["mock/**/*.ts", "src/**/*.ts", "src/**/*.vue", "vite.config.ts", "eslint.config.ts"],
|
"include": [
|
||||||
|
"mock/**/*.ts",
|
||||||
|
"src/**/*.ts",
|
||||||
|
"src/**/*.vue",
|
||||||
|
"vite.config.ts",
|
||||||
|
"eslint.config.ts",
|
||||||
|
"uno.config.ts"
|
||||||
|
],
|
||||||
"exclude": ["node_modules", "dist"]
|
"exclude": ["node_modules", "dist"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user