AIoT前端公共UI

DemoComponent.vue 150B

    <template> <div class="demo"> <el-input></el-input> </div> </template> <script setup lang="ts"></script> <style scoped lang="scss"></style>