morghulis 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 ADDED
Binary file
package/morghulis.js ADDED
@@ -0,0 +1,32 @@
1
+ const c = (t, e) => {
2
+ const n = t.__vccOpts || t;
3
+ for (const [o, s] of e)
4
+ n[o] = s;
5
+ return n;
6
+ }, r = {
7
+ props: {},
8
+ data() {
9
+ return {};
10
+ },
11
+ watch: {},
12
+ mounted() {
13
+ this.init();
14
+ },
15
+ computed: {},
16
+ components: {},
17
+ methods: {
18
+ init() {
19
+ }
20
+ }
21
+ };
22
+ function p(t, e, n, o, s, _) {
23
+ return " MyTest.vue ";
24
+ }
25
+ const a = /* @__PURE__ */ c(r, [["render", p]]), i = {
26
+ install(t) {
27
+ t.component("MyTest", a);
28
+ }
29
+ };
30
+ export {
31
+ i as default
32
+ };
@@ -0,0 +1 @@
1
+ (function(t,e){typeof exports=="object"&&typeof module<"u"?module.exports=e():typeof define=="function"&&define.amd?define(e):(t=typeof globalThis<"u"?globalThis:t||self,t.morghulis=e())})(this,function(){"use strict";const t=(n,s)=>{const o=n.__vccOpts||n;for(const[i,c]of s)o[i]=c;return o},e={props:{},data(){return{}},watch:{},mounted(){this.init()},computed:{},components:{},methods:{init(){}}};function r(n,s,o,i,c,d){return" MyTest.vue "}const u=t(e,[["render",r]]);return{install(n){n.component("MyTest",u)}}});
package/package.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "morghulis",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "morghulis.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "刘寅鹏",
11
+ "license": "MIT"
12
+ }