Skip to content

🚧 Vue3 Web Component 生产实践

app.vue
<h-form-item>
<h-input />
</h-form-item>
app.vue
<h-field></h-field>
h-field.ce.vue
<h-form-item>
<h-input />
</h-form-item>