sdk-test-dai 1.0.0
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.
- package/favicon.ico +0 -0
- package/package.json +12 -0
- package/sdk-test.css +1 -0
- package/sdk-test.es.js +25 -0
- package/sdk-test.umd.js +1 -0
package/favicon.ico
ADDED
Binary file
|
package/package.json
ADDED
package/sdk-test.css
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
h1[data-v-0678ebbe]{font-weight:500;font-size:2.6rem;position:relative;top:-10px}h3[data-v-0678ebbe]{font-size:1.2rem}.greetings h1[data-v-0678ebbe],.greetings h3[data-v-0678ebbe]{text-align:center}@media (min-width: 1024px){.greetings h1[data-v-0678ebbe],.greetings h3[data-v-0678ebbe]{text-align:left}}
|
package/sdk-test.es.js
ADDED
@@ -0,0 +1,25 @@
|
|
1
|
+
import { defineComponent as c, openBlock as r, createElementBlock as a, createElementVNode as p } from "vue";
|
2
|
+
const _ = { class: "greetings" }, l = /* @__PURE__ */ c({
|
3
|
+
__name: "HelloWorld",
|
4
|
+
props: {
|
5
|
+
msg: {}
|
6
|
+
},
|
7
|
+
setup(t) {
|
8
|
+
return (o, e) => (r(), a("div", _, e[0] || (e[0] = [
|
9
|
+
p("h1", { class: "green" }, "组件测试组件测试组件测试组件测试", -1)
|
10
|
+
])));
|
11
|
+
}
|
12
|
+
}), i = (t, o) => {
|
13
|
+
const e = t.__vccOpts || t;
|
14
|
+
for (const [n, s] of o)
|
15
|
+
e[n] = s;
|
16
|
+
return e;
|
17
|
+
}, m = /* @__PURE__ */ i(l, [["__scopeId", "data-v-0678ebbe"]]), d = [m], f = function(t, o) {
|
18
|
+
d.forEach((e) => {
|
19
|
+
t.component(e.name, e);
|
20
|
+
});
|
21
|
+
}, g = { install: f };
|
22
|
+
export {
|
23
|
+
m as TestBtn,
|
24
|
+
g as default
|
25
|
+
};
|
package/sdk-test.umd.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
(function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e["SDK-Test"]={},e.Vue))})(this,function(e,t){"use strict";const i={class:"greetings"},c=((o,s)=>{const n=o.__vccOpts||o;for(const[f,l]of s)n[f]=l;return n})(t.defineComponent({__name:"HelloWorld",props:{msg:{}},setup(o){return(s,n)=>(t.openBlock(),t.createElementBlock("div",i,n[0]||(n[0]=[t.createElementVNode("h1",{class:"green"},"组件测试组件测试组件测试组件测试",-1)])))}}),[["__scopeId","data-v-0678ebbe"]]),r=[c],d={install:function(o,s){r.forEach(n=>{o.component(n.name,n)})}};e.TestBtn=c,e.default=d,Object.defineProperties(e,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
|