fix(popover): not working on mobile device

This commit is contained in:
07akioni 2021-04-05 19:03:09 +08:00
parent d53d2d9a20
commit ddb6d20400
2 changed files with 3 additions and 2 deletions

View File

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

View File

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