@luzhaoqi/test 0.0.45 → 0.0.46

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,41 +0,0 @@
1
- import { getCurrentInstance as l, computed as n, onMounted as m, resolveComponent as o, openBlock as f, createElementBlock as g, createTextVNode as e, toDisplayString as c, unref as s, createVNode as r, withCtx as a } from "vue";
2
- const h = {
3
- __name: "test",
4
- setup(y) {
5
- const t = l().proxy.$z, i = n(() => t.$store.dict.getDictByCode("sys_status")), u = n(() => t.$store.tagsView.visitedViews);
6
- m(() => {
7
- t.$store.dict.setDictByCode("sys_status");
8
- });
9
- const _ = () => {
10
- t.$store.settings.changeSetting({
11
- key: "theme",
12
- value: "ccc",
13
- meta: {
14
- title: "1112"
15
- }
16
- });
17
- };
18
- return (C, $) => {
19
- const d = o("z-container"), p = o("z-button");
20
- return f(), g("div", null, [
21
- e(c(s(u)) + " ", 1),
22
- r(d, { ref: "content" }, {
23
- default: a(() => [
24
- e("11111")
25
- ]),
26
- _: 1
27
- }, 512),
28
- e(" " + c(s(i)) + " ", 1),
29
- r(p, { onClick: _ }, {
30
- default: a(() => [
31
- e("点击")
32
- ]),
33
- _: 1
34
- })
35
- ]);
36
- };
37
- }
38
- };
39
- export {
40
- h as default
41
- };