Skip to content

Commit

Permalink
change components name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukilwc committed Jun 13, 2022
1 parent e57106a commit 5dbbd45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/vue3-carousel-animate.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ const useSize = (offset, additionalSlides, reverse) => {
};
return { wrapperStyle, calcAllSize, resetWrapperStyle, computedSize };
};
var index_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".misaka-carousel-container[data-v-0707d3bf]{width:100%;overflow:hidden;white-space:nowrap;position:relative;box-sizing:border-box}.misaka-carousel-container *[data-v-0707d3bf]{box-sizing:border-box}.misaka-carousel-container .misaka-carousel-wrapper[data-v-0707d3bf]{white-space:nowrap;width:auto;display:flex;flex-wrap:nowrap;position:relative;position:absolute;top:0px}.misaka-carousel-container .misaka-carousel-wrapper .misaka-carousel-item[data-v-0707d3bf]{flex:0 0 auto}\n")();
var index_vue_vue_type_style_index_0_scoped_true_lang = /* @__PURE__ */ (() => ".misaka-carousel-container[data-v-df0a0afa]{width:100%;overflow:hidden;white-space:nowrap;position:relative;box-sizing:border-box}.misaka-carousel-container *[data-v-df0a0afa]{box-sizing:border-box}.misaka-carousel-container .misaka-carousel-wrapper[data-v-df0a0afa]{white-space:nowrap;width:auto;display:flex;flex-wrap:nowrap;position:relative;position:absolute;top:0px}.misaka-carousel-container .misaka-carousel-wrapper .misaka-carousel-item[data-v-df0a0afa]{flex:0 0 auto}\n")();
var _export_sfc = (sfc, props) => {
const target = sfc.__vccOpts || sfc;
for (const [key, val] of props) {
Expand Down Expand Up @@ -345,5 +345,5 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
};
}
});
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0707d3bf"]]);
export { index as MisakaCarousel };
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-df0a0afa"]]);
export { index as Vue3CarouselAnimate };
4 changes: 2 additions & 2 deletions dist/vue3-carousel-animate.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5dbbd45

Please sign in to comment.