@opentiny/vue-dropdown-menu
Advanced tools
Comparing version 3.6.1 to 3.6.6
@@ -18,2 +18,10 @@ function _extends() { | ||
import MobileTemplate from "./mobile.js"; | ||
import "@opentiny/vue-renderless/dropdown-menu/vue"; | ||
import "@opentiny/vue-dropdown-item"; | ||
import "@opentiny/vue-theme/dropdown-menu/index.css"; | ||
import "vue"; | ||
import "../../_plugin-vue_export-helper-cfc4284c.mjs"; | ||
import "@opentiny/vue-icon"; | ||
import "@opentiny/vue-renderless/common/deps/clickoutside"; | ||
import "@opentiny/vue-theme-mobile/dropdown-menu/index.css"; | ||
var template = function template2(mode) { | ||
@@ -20,0 +28,0 @@ if ("mobile" === (process.env.TINY_MODE || mode)) |
@@ -156,5 +156,5 @@ import { renderless, api } from "@opentiny/vue-renderless/dropdown-menu/vue"; | ||
} | ||
var mobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
mobile as default | ||
MobileTemplate as default | ||
}; |
@@ -109,5 +109,5 @@ import { renderless, api } from "@opentiny/vue-renderless/dropdown-menu/vue"; | ||
} | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
pc as default | ||
PcTemplate as default | ||
}; |
{ | ||
"name": "@opentiny/vue-dropdown-menu", | ||
"version": "3.6.1", | ||
"version": "3.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.6.1", | ||
"@opentiny/vue-common": "~3.6.1", | ||
"@opentiny/vue-icon": "~3.6.1" | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-common": "~3.6.6", | ||
"@opentiny/vue-icon": "~3.6.6" | ||
}, | ||
@@ -11,0 +11,0 @@ "license": "MIT", |
18927
514
Updated@opentiny/vue-common@~3.6.6
Updated@opentiny/vue-icon@~3.6.6