mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 16:55:01 +00:00
open to click at audio for mobile
This commit is contained in:
@@ -1,7 +1,17 @@
|
||||
{
|
||||
"/js/main.js": "/js/main.js",
|
||||
"/css/app.css": "/css/app.css",
|
||||
"/js/main.792dafb651f57548b990.hot-update.js": "/js/main.792dafb651f57548b990.hot-update.js",
|
||||
"/js/main.43320a4a3fcb14b31611.hot-update.js": "/js/main.43320a4a3fcb14b31611.hot-update.js",
|
||||
"/js/main.cfddc9ce030f2554c4ae.hot-update.js": "/js/main.cfddc9ce030f2554c4ae.hot-update.js"
|
||||
"/js/main.6e61b5140c8320eabbda.hot-update.js": "/js/main.6e61b5140c8320eabbda.hot-update.js",
|
||||
"/js/main.2f3be0d7bb920d89e3f7.hot-update.js": "/js/main.2f3be0d7bb920d89e3f7.hot-update.js",
|
||||
"/js/main.5f2859afe9a0fc807c14.hot-update.js": "/js/main.5f2859afe9a0fc807c14.hot-update.js",
|
||||
"/js/main.dde1cb883c5dd8023970.hot-update.js": "/js/main.dde1cb883c5dd8023970.hot-update.js",
|
||||
"/js/main.03f988dfc402f8de6153.hot-update.js": "/js/main.03f988dfc402f8de6153.hot-update.js",
|
||||
"/js/main.e1da77c63fd62b865820.hot-update.js": "/js/main.e1da77c63fd62b865820.hot-update.js",
|
||||
"/js/main.26f504b3598d20331516.hot-update.js": "/js/main.26f504b3598d20331516.hot-update.js",
|
||||
"/js/main.0bf3c0331d282064f648.hot-update.js": "/js/main.0bf3c0331d282064f648.hot-update.js",
|
||||
"/js/main.5fcb6fdbf17d1bc77140.hot-update.js": "/js/main.5fcb6fdbf17d1bc77140.hot-update.js",
|
||||
"/js/main.b7f8b140489b6f84b5fa.hot-update.js": "/js/main.b7f8b140489b6f84b5fa.hot-update.js",
|
||||
"/js/main.072990b3c71796c0890e.hot-update.js": "/js/main.072990b3c71796c0890e.hot-update.js",
|
||||
"/js/main.647feaaaa324a4c0a90c.hot-update.js": "/js/main.647feaaaa324a4c0a90c.hot-update.js",
|
||||
"/js/main.df8ce05016498d3f7fe5.hot-update.js": "/js/main.df8ce05016498d3f7fe5.hot-update.js"
|
||||
}
|
||||
|
||||
@@ -220,7 +220,7 @@ export default {
|
||||
}
|
||||
|
||||
if (this.$isMobile()) {
|
||||
if (this.isImage || this.isVideo) {
|
||||
if (this.isImage || this.isVideo || this.isAudio) {
|
||||
events.$emit("fileFullPreview:show");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user