@zhaoyifannan/avue 1.0.0 → 1.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +4 -4
- package/lib/avue.js +2 -2
- package/lib/avue.min.js +2 -2
- package/lib/index.css +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
@@ -15,11 +15,11 @@
|
|
15
15
|
|
16
16
|
## 文档
|
17
17
|
|
18
|
-
要查看[Live Examples]
|
18
|
+
[//]: # (要查看[Live Examples](https://avuejs.com/doc/installation)和文档,请访问[https://avuejs.com](https://avuejs.com).)
|
19
19
|
|
20
20
|
## 问答
|
21
21
|
|
22
|
-
有关问题和支持,请使用[issues]
|
22
|
+
[//]: # (有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入QQ群606410437.)
|
23
23
|
|
24
24
|
## issues
|
25
25
|
|
@@ -27,10 +27,10 @@
|
|
27
27
|
|
28
28
|
## Changelog
|
29
29
|
|
30
|
-
[发行说明]
|
30
|
+
[//]: # ([发行说明](https://gitee.com/smallweigit/avue/releases)中记录了每个版本的详细更改。)
|
31
31
|
|
32
32
|
## License
|
33
33
|
|
34
34
|
[MIT](http://opensource.org/licenses/MIT)
|
35
35
|
|
36
|
-
Copyright (c)
|
36
|
+
Copyright (c) 2024-present, Tantanzi
|
package/lib/avue.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* Avue.js v1.0.
|
2
|
+
* Avue.js v1.0.11
|
3
3
|
* (c) 2017-2024 Tantanzi
|
4
4
|
* Released under the MIT License.
|
5
5
|
*
|
@@ -5542,7 +5542,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
|
|
5542
5542
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
5543
5543
|
|
5544
5544
|
"use strict";
|
5545
|
-
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return version; });\nvar version = '1.0.
|
5545
|
+
eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, \"version\", function() { return version; });\nvar version = '1.0.11';\n\n//# sourceURL=webpack://AVUE/./src/version.js?");
|
5546
5546
|
|
5547
5547
|
/***/ }),
|
5548
5548
|
|