fix: 修复一些TypeScript打包编译报错问题,现版本可成功生产打包

This commit is contained in:
郝先瑞
2022-01-23 00:39:53 +08:00
parent dfcbe3e644
commit 506f5bf006
9 changed files with 149 additions and 161 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="components-container">
<div class="component-container">
<el-card class="box-card" shadow="always">
<el-row>
<el-col :span="12">
@@ -158,7 +158,7 @@ function submitForm() {
</script>
<style scoped>
.components-container{
.component-container{
margin-bottom: 20px;
}