yuang-framework-ui-pc 1.0.6 → 1.0.7

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.
Binary file
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ button[data-v-842edfb2]{width:100px;height:50px;display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;cursor:pointer}
@@ -0,0 +1,24 @@
1
+ import { defineComponent as s, getCurrentInstance as r, openBlock as a, createElementBlock as _, createElementVNode as u } from "vue";
2
+ const l = /* @__PURE__ */ s({
3
+ __name: "index",
4
+ setup(e) {
5
+ const { proxy: t } = r(), n = () => {
6
+ t.$message.success("我是测试按钮");
7
+ };
8
+ return (o, c) => (a(), _("div", null, [
9
+ u("button", { onClick: n }, "我是测试按钮")
10
+ ]));
11
+ }
12
+ }), p = (e, t) => {
13
+ const n = e.__vccOpts || e;
14
+ for (const [o, c] of t)
15
+ n[o] = c;
16
+ return n;
17
+ }, m = /* @__PURE__ */ p(l, [["__scopeId", "data-v-842edfb2"]]), f = [m], d = function(e) {
18
+ f.forEach((t) => {
19
+ e.component(t.name, t);
20
+ });
21
+ };
22
+ export {
23
+ d as default
24
+ };
@@ -0,0 +1 @@
1
+ (function(e,o){typeof exports=="object"&&typeof module<"u"?module.exports=o(require("vue")):typeof define=="function"&&define.amd?define(["vue"],o):(e=typeof globalThis<"u"?globalThis:e||self,e["yuang-framework-ui-pc"]=o(e.Vue))})(this,function(e){"use strict";const i=[((t,n)=>{const c=t.__vccOpts||t;for(const[s,u]of n)c[s]=u;return c})(e.defineComponent({__name:"index",setup(t){const{proxy:n}=e.getCurrentInstance(),c=()=>{n.$message.success("我是测试按钮")};return(s,u)=>(e.openBlock(),e.createElementBlock("div",null,[e.createElementVNode("button",{onClick:c},"我是测试按钮")]))}}),[["__scopeId","data-v-842edfb2"]])];return function(t){i.forEach(n=>{t.component(n.name,n)})}});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {