mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
fix(popover): not working on mobile device
This commit is contained in:
parent
d53d2d9a20
commit
ddb6d20400
@ -71,6 +71,7 @@
|
||||
style="padding: 0; width: 288px"
|
||||
placement="bottom-end"
|
||||
display-directive="show"
|
||||
trigger="click"
|
||||
>
|
||||
<template #trigger>
|
||||
<n-icon size="20" style="margin-left: 12px"><menu-outline /></n-icon>
|
||||
|
@ -111,12 +111,12 @@
|
||||
"async-validator": "^3.5.1",
|
||||
"css-render": "^0.13.2",
|
||||
"date-fns": "^2.19.0",
|
||||
"evtd": "^0.1.1",
|
||||
"evtd": "^0.2.0",
|
||||
"highlight.js": "^10.7.1",
|
||||
"lodash-es": "^4.17.21",
|
||||
"seemly": "^0.1.20",
|
||||
"treemate": "^0.2.4",
|
||||
"vdirs": "^0.1.0",
|
||||
"vdirs": "^0.1.2",
|
||||
"vfonts": "^0.1.0",
|
||||
"vooks": "^0.1.5",
|
||||
"vue": "^3.0.10",
|
||||
|
Loading…
Reference in New Issue
Block a user