fix: 修复一些TypeScript打包编译报错问题,现版本可成功生产打包
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user