@opentiny/vue-loading
Advanced tools
Comparing version 3.6.6 to 3.6.7
@@ -22,7 +22,2 @@ function _extends() { | ||
import "@opentiny/vue-theme/loading/index.css"; | ||
import "@opentiny/vue-renderless/loading/vue"; | ||
import "vue"; | ||
import "../../_plugin-vue_export-helper-cfc4284c.mjs"; | ||
import "@opentiny/vue-theme-mobile/loading/index.css"; | ||
import "@opentiny/vue-icon"; | ||
var template = function template2(mode) { | ||
@@ -29,0 +24,0 @@ if ("mobile" === (process.env.TINY_MODE || mode)) |
@@ -87,5 +87,5 @@ import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
} | ||
var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var mobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
MobileTemplate as default | ||
mobile as default | ||
}; |
@@ -122,5 +122,5 @@ import { defineComponent, props, setup as _setup } from "@opentiny/vue-common"; | ||
} | ||
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
PcTemplate as default | ||
pc as default | ||
}; |
{ | ||
"name": "@opentiny/vue-loading", | ||
"version": "3.6.6", | ||
"version": "3.6.7", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.6.6", | ||
"@opentiny/vue-icon": "~3.6.6", | ||
"@opentiny/vue-common": "~3.6.7", | ||
"@opentiny/vue-icon": "~3.6.7", | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-locale": "~3.6.6" | ||
"@opentiny/vue-locale": "~3.6.7" | ||
}, | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
21017
573
Updated@opentiny/vue-common@~3.6.7
Updated@opentiny/vue-icon@~3.6.7
Updated@opentiny/vue-locale@~3.6.7