mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
chore: self closing vue tag (#6603)
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple"></div></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple" /></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple" /></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple" /></el-col>
|
||||
<el-col :span="6"><div class="grid-content bg-purple" /></el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user