mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* 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>
12 lines
162 B
Vue
12 lines
162 B
Vue
<template>
|
|
<slot />
|
|
</template>
|
|
|
|
<script lang="ts">
|
|
import { defineComponent } from 'vue'
|
|
|
|
export default defineComponent({
|
|
inheritAttrs: false,
|
|
})
|
|
</script>
|