@scalar/use-modal
Advanced tools
Comparing version 0.1.4 to 0.1.5
# @scalar/use-modal | ||
## 0.1.5 | ||
### Patch Changes | ||
- b0835a2: users not using themed css fallbacks | ||
## 0.1.4 | ||
@@ -4,0 +10,0 @@ |
@@ -897,3 +897,3 @@ import { cloneVNode, h as h$2, Fragment, inject, watchEffect, ref, computed, defineComponent, onMounted, onUnmounted, watch, provide, Teleport, reactive, unref, shallowRef, nextTick, openBlock, createBlock, withCtx, createElementVNode, createVNode, normalizeClass, normalizeStyle, createTextVNode, toDisplayString, createCommentVNode, renderSlot } from "vue"; | ||
}); | ||
const FlowModal_vue_vue_type_style_index_0_scoped_0d59df22_lang = ""; | ||
const FlowModal_vue_vue_type_style_index_0_scoped_e05a25d9_lang = ""; | ||
const _export_sfc = (sfc, props) => { | ||
@@ -906,3 +906,3 @@ const target = sfc.__vccOpts || sfc; | ||
}; | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0d59df22"]]); | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e05a25d9"]]); | ||
const useModal = () => reactive({ | ||
@@ -909,0 +909,0 @@ open: false, |
{ | ||
"name": "@scalar/use-modal", | ||
"description": "modals for Vue", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"author": "Scalar (https://github.com/scalar)", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/scalar/scalar/issues/new", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48974
1100