We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这样就可以用 It works this way:
<el-popover trigger="hover" placement="bottom"> content.... <div slot="reference"> <span>123</span> <el-tag>123</el-tag> </div> </el-popover>
It doesnt work this way:
<el-popover trigger="hover" placement="bottom"> content.... <template v-slot:reference> <span>123</span> <el-tag>123</el-tag> </template> </el-popover>
Originally posted by @radiorz in #18586 (comment)
The text was updated successfully, but these errors were encountered:
Translation of this issue:
Can you help me? element version: 2.15.2
So you can use it works this way:
<el-popover trigger=\"hover\" placement=\"bottom\"> content.... <div slot=\"reference\"> <span>123</span> <el-tag>123</el-tag> </div> </el-popover>
<el-popover trigger=\"hover\" placement=\"bottom\"> content.... <template v- slot:reference > <span>123</span> <el-tag>123</el-tag> </template> </el-popover>
_ Originally posted by @radiorz in #18586 (comment) -862074254_
Sorry, something went wrong.
<template v-slot:reference> <div> <span>123</span> <el-tag>123</el-tag> </div> </template>
No branches or pull requests
那你能帮帮我吗 Could you help meeee?
element version: 2.15.2
vue: 2.6.12
这样就可以用 It works this way:
It doesnt work this way:
Originally posted by @radiorz in #18586 (comment)
The text was updated successfully, but these errors were encountered: