mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(core): Remove website/play/index.vue out of commit scope
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
<template>
|
||||
<el-popper
|
||||
placement="bottom-end"
|
||||
effect="light"
|
||||
pure
|
||||
trigger="click"
|
||||
>
|
||||
<template #trigger>
|
||||
<el-button>Button</el-button>
|
||||
</template>
|
||||
<div>
|
||||
I am the content
|
||||
</div>
|
||||
</el-popper>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user