@scalar/use-modal
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -895,3 +895,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_07d98c7e_lang = ""; | ||
const FlowModal_vue_vue_type_style_index_0_scoped_2819ff1b_lang = ""; | ||
const _export_sfc = (sfc, props) => { | ||
@@ -904,3 +904,3 @@ const target = sfc.__vccOpts || sfc; | ||
}; | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-07d98c7e"]]); | ||
const FlowModal = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2819ff1b"]]); | ||
const useModal = () => reactive({ | ||
@@ -907,0 +907,0 @@ open: false, |
{ | ||
"name": "@scalar/use-modal", | ||
"description": "modals for Vue", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Scalar (https://github.com/scalar)", | ||
@@ -25,3 +25,4 @@ "bugs": "https://github.com/scalar/scalar/issues/new", | ||
"files": [ | ||
"dist" | ||
"dist", | ||
"CHANGELOG.md" | ||
], | ||
@@ -28,0 +29,0 @@ "homepage": "https://github.com/scalar/scalar", |
Sorry, the diff of this file is not supported yet
47480
13
1061