style: Add elNamespace

feat(component): Add namespace of class
This commit is contained in:
kailong321200875
2022-01-23 10:11:13 +08:00
parent e20fa76cad
commit d847ccb098
38 changed files with 507 additions and 302 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
// import { ElRow, ElCol } from 'element-plus'
import PanelGroup from './components/PanelGroup.vue'
</script>
<template>
<div>dddd</div>
<PanelGroup />
</template>