fancy-plugins-components 1.0.25 → 1.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,5 @@
1
- import { defineComponent as e, createBlock as n, openBlock as o, unref as r, withCtx as p, createTextVNode as a } from "vue";
2
- import { ElButton as s } from "element-plus";
3
- const c = /* @__PURE__ */ e({
1
+ import { defineComponent as n, resolveComponent as o, createBlock as p, openBlock as r, withCtx as s, createTextVNode as _ } from "vue";
2
+ const m = /* @__PURE__ */ n({
4
3
  name: "FancyButton",
5
4
  __name: "index",
6
5
  props: {
@@ -8,15 +7,18 @@ const c = /* @__PURE__ */ e({
8
7
  size: {},
9
8
  loading: {}
10
9
  },
11
- setup(i) {
12
- return (m, t) => (o(), n(r(s), { class: "test_btn" }, {
13
- default: p(() => [...t[0] || (t[0] = [
14
- a("123", -1)
15
- ])]),
16
- _: 1
17
- }));
10
+ setup(a) {
11
+ return (c, t) => {
12
+ const e = o("el-button");
13
+ return r(), p(e, { class: "test_btn" }, {
14
+ default: s(() => [...t[0] || (t[0] = [
15
+ _("123", -1)
16
+ ])]),
17
+ _: 1
18
+ });
19
+ };
18
20
  }
19
21
  });
20
22
  export {
21
- c as default
23
+ m as default
22
24
  };
@@ -1,2 +1,2 @@
1
- import 'element-plus/es/components/button/style/index'
1
+ // import 'element-plus/es/components/button/style/index'
2
2
  import './index.scss'
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as t, createBlock as n, openBlock as o, unref as r, withCtx as a, createElementVNode as m } from "vue";
2
- import _ from "../node_modules/.pnpm/ele-admin-plus@1.5.0_element-plus@2.13.0_vue@3.5.26_typescript@5.9.3___vue@3.5.26_typescript@5.9.3_/node_modules/ele-admin-plus/es/ele-card/index.js";
2
+ import _ from "../node_modules/.pnpm/ele-admin-plus@1.5.0_element-plus@2.13.0_vue@3.5.28_typescript@5.9.3___vue@3.5.28_typescript@5.9.3_/node_modules/ele-admin-plus/es/ele-card/index.js";
3
3
  const s = /* @__PURE__ */ t({
4
4
  __name: "index",
5
5
  setup(f) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fancy-plugins-components",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "",
5
5
  "main": "./dist/es/index.js",
6
6
  "module": "./dist/es/index.js",
@@ -1 +0,0 @@
1
- @use 'element-plus/theme-chalk/index.css';