Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

weiling-tag-vue3

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weiling-tag-vue3 - npm Package Compare versions

Comparing version 0.0.248 to 0.0.249

7

lib/TagDetailDialog/index.es.js

@@ -723,3 +723,3 @@ import { defineComponent, ref, computed, watch, openBlock, createElementBlock, normalizeClass, unref, createCommentVNode, createElementVNode, normalizeStyle, watchEffect, createBlock, mergeProps, withCtx, renderSlot, withDirectives, createVNode, vShow, createTextVNode, toDisplayString, onMounted, Fragment, renderList, pushScopeId, popScopeId } from "vue";

};
const _withScopeId = (n) => (pushScopeId("data-v-4b67b746"), n = n(), popScopeId(), n);
const _withScopeId = (n) => (pushScopeId("data-v-4cd4faf2"), n = n(), popScopeId(), n);
const _hoisted_1 = { class: "dialog-title" };

@@ -766,3 +766,4 @@ const _hoisted_2 = { class: "tag-icon" };

round: "",
onClose
onClose,
style: { "height": "auto" }
}, {

@@ -823,3 +824,3 @@ default: withCtx(() => [

});
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b67b746"]]);
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4cd4faf2"]]);
Comp.install = (app) => {

@@ -826,0 +827,0 @@ app.component(Comp.name, Comp);

@@ -51,3 +51,3 @@ import { defineComponent, computed, onMounted, openBlock, createElementBlock, normalizeStyle, unref, toDisplayString, ref, watchEffect, createBlock, withCtx, createVNode, createElementVNode, Fragment, renderList, createCommentVNode, pushScopeId, popScopeId } from "vue";

var index_vue_vue_type_style_index_0_scoped_true_lang = "";
const _withScopeId = (n) => (pushScopeId("data-v-4b67b746"), n = n(), popScopeId(), n);
const _withScopeId = (n) => (pushScopeId("data-v-4cd4faf2"), n = n(), popScopeId(), n);
const _hoisted_1 = { class: "dialog-title" };

@@ -94,3 +94,4 @@ const _hoisted_2 = { class: "tag-icon" };

round: "",
onClose
onClose,
style: { "height": "auto" }
}, {

@@ -151,3 +152,3 @@ default: withCtx(() => [

});
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b67b746"]]);
var Comp = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4cd4faf2"]]);
export { Comp as default };

@@ -148,3 +148,3 @@ import { defineComponent, ref, computed, openBlock, createElementBlock, Fragment, renderList, unref, createElementVNode, toDisplayString, createVNode, createCommentVNode, watchEffect, createBlock, withCtx, withModifiers } from "vue";

});
var TagGroupList = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-4b533549"]]);
var TagGroupList = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-70233f83"]]);
var index_vue_vue_type_style_index_0_scoped_true_lang = "";

@@ -321,3 +321,3 @@ const _hoisted_1 = { class: "more-tag" };

});
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4c01573c"]]);
var index = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-6e944b6e"]]);
export { index as default };
{
"name": "weiling-tag-vue3",
"version": "0.0.248",
"version": "0.0.249",
"module": "lib/weiling-tag.es.js",

@@ -15,5 +15,5 @@ "main": "lib/weiling-tag.umd.js",

"lodash": "^4.17.21",
"vant": "^3.5.2",
"vue": "^3.2.25",
"vue-router": "^4.1.3",
"vant": "3.5.2",
"vue": "3.2.37",
"vue-router": "4.1.5",
"weiling-mobile-ui-vue3": "0.0.242"

@@ -20,0 +20,0 @@ },

@@ -77,3 +77,3 @@ import path from "path";

const rollupOptions = {
external: ["vue", "vant", "vue-router", "vuedraggable", "dayjs", "qs"],
external: ["vue", "vant", "vue-router", "dayjs", "qs", "@wltech/svg", "lodash"],
output: {

@@ -80,0 +80,0 @@ exports: "named",

@@ -16,3 +16,11 @@ import { defineConfig } from "vite";

// 确保外部化处理那些你不想打包进库的依赖
external: ["vue", "vant", "vue-router", "vuedraggable", "dayjs", "qs", "@wltech/svg"],
external: [
"vue",
"vant",
"vue-router",
"dayjs",
"qs",
"@wltech/svg",
"lodash",
],
output: {

@@ -19,0 +27,0 @@ // 在 UMD 构建模式下为这些外部化的依赖提供一个全局变量

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc