Files
qiang 7449e4e6b5 docs: the ElDropdown component in the preview webpage cannot be use (#22008)
* docs: the ElDropdown component in the preview webpage cannot be use

* Revert "docs: the ElDropdown component in the preview webpage cannot be use"

This reverts commit fd2be708e4.

* fix: ensure collection.vue compiles to the same code

---------

Co-authored-by: dopamine <coderzyou@gmail.com>
2025-09-03 22:25:05 +08:00

12 lines
162 B
Vue

<template>
<slot />
</template>
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
inheritAttrs: false,
})
</script>