fix(core): Remove website/play/index.vue out of commit scope

This commit is contained in:
jeremywu
2020-09-29 17:11:08 +08:00
committed by GitHub
parent bcaf4376a7
commit 8f3c7cf07b

View File

@@ -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>