clickgo 3.1.12 → 3.1.13
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/README.md
CHANGED
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
<p align="center"><img src="dist/icon.png" width="68" height="68" alt="ClickGo"></p>
|
|
4
4
|
<p align="center">
|
|
5
5
|
<a href="https://github.com/maiyun/clickgo/blob/master/LICENSE">
|
|
6
|
-
<img alt="License" src="https://img.shields.io/github/license/maiyun/clickgo
|
|
6
|
+
<img alt="License" src="https://img.shields.io/github/license/maiyun/clickgo?color=blue" />
|
|
7
7
|
</a>
|
|
8
8
|
<a href="https://www.npmjs.com/package/clickgo">
|
|
9
|
-
<img alt="NPM stable version" src="https://img.shields.io/npm/v/clickgo
|
|
10
|
-
<img alt="NPM beta version" src="https://img.shields.io/npm/v/clickgo/beta
|
|
11
|
-
<img alt="NPM development version" src="https://img.shields.io/npm/v/clickgo/dev
|
|
9
|
+
<img alt="NPM stable version" src="https://img.shields.io/npm/v/clickgo?color=brightgreen&logo=npm" />
|
|
10
|
+
<img alt="NPM beta version" src="https://img.shields.io/npm/v/clickgo/beta?color=yellowgreen&logo=npm" />
|
|
11
|
+
<img alt="NPM development version" src="https://img.shields.io/npm/v/clickgo/dev?color=yellow&logo=npm" />
|
|
12
12
|
</a><br>
|
|
13
13
|
<a href="https://github.com/maiyun/clickgo/releases">
|
|
14
|
-
<img alt="GitHub releases" src="https://img.shields.io/github/release/maiyun/clickgo
|
|
15
|
-
<img alt="GitHub pre-releases" src="https://img.shields.io/github/release/maiyun/clickgo
|
|
14
|
+
<img alt="GitHub releases" src="https://img.shields.io/github/v/release/maiyun/clickgo?color=brightgreen&logo=github" />
|
|
15
|
+
<img alt="GitHub pre-releases" src="https://img.shields.io/github/v/release/maiyun/clickgo?color=yellow&logo=github&include_prereleases" />
|
|
16
16
|
</a>
|
|
17
17
|
<a href="https://github.com/maiyun/clickgo/issues">
|
|
18
|
-
<img alt="GitHub issues" src="https://img.shields.io/github/issues/maiyun/clickgo
|
|
18
|
+
<img alt="GitHub issues" src="https://img.shields.io/github/issues/maiyun/clickgo?color=blue&logo=github" />
|
|
19
19
|
</a>
|
|
20
20
|
</p>
|
|
21
21
|
|
|
@@ -28,7 +28,7 @@ Load the module loader first, and then load it using the module loader.
|
|
|
28
28
|
**index.html**
|
|
29
29
|
|
|
30
30
|
```html
|
|
31
|
-
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.9/dist/loader.min.js?path=index&npm={'clickgo':'3.1.
|
|
31
|
+
<script src="https://cdn.jsdelivr.net/npm/@litert/loader@3.4.9/dist/loader.min.js?path=index&npm={'clickgo':'3.1.13'}"></script>
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
**index.js**
|
|
@@ -35,6 +35,9 @@
|
|
|
35
35
|
<nav-item label="有 name" name="hasname"></nav-item>
|
|
36
36
|
</nav-item>
|
|
37
37
|
</nav-item>
|
|
38
|
+
<nav-item label="Root1"></nav-item>
|
|
39
|
+
<nav-item label="Root2"></nav-item>
|
|
40
|
+
<nav-item label="Root3"></nav-item>
|
|
38
41
|
<template v-slot:content>
|
|
39
42
|
<layout direction="v" gutter="10" style="padding: 10px; flex: 1;">
|
|
40
43
|
<label>Change the size of the form to see the effect.</label>
|
package/dist/control/nav.cgc
CHANGED
|
Binary file
|