setupin 2.6.2-beta.1 → 3.0.0-beta.2
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 +5 -5
- package/README.zh-CN.md +5 -5
- package/dist/main.js +45984 -52
- package/dist/main.prod.js +201 -20
- package/package.json +15 -15
- package/dist/main.d.mts +0 -954
- package/dist/main.d.ts +0 -954
package/README.md
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
<p align="center"><img src="./public/logo.svg"></p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
+
<a href="https://stackblitz.com/edit/setupin"><img src="https://img.shields.io/badge/stackBlitz-blue"></a>
|
|
8
9
|
<a href="https://npmjs.com/package/setupin"><img src="https://img.shields.io/npm/v/setupin?color=orange"></a>
|
|
9
|
-
<a href="https://
|
|
10
|
+
<a href="https://bundlephobia.com/package/setupin"><img src="https://img.shields.io/bundlephobia/minzip/setupin"></a>
|
|
10
11
|
</p>
|
|
11
12
|
|
|
12
13
|
## 😏 Why setupin
|
|
@@ -31,11 +32,10 @@ How about that? Aren't they similar
|
|
|
31
32
|
|
|
32
33
|
## 🤓 Characteristics
|
|
33
34
|
|
|
34
|
-
- [x]
|
|
35
|
-
- [x] supports esm syntax
|
|
35
|
+
- [x] supports esm import syntax
|
|
36
36
|
- [x] [top-level await](https://vuejs.org/api/sfc-script-setup.html#top-level-await)
|
|
37
|
-
- [
|
|
38
|
-
- [
|
|
37
|
+
- [x] [sfc css features](https://vuejs.org/api/sfc-css-features.html)
|
|
38
|
+
- [x] vue3 macro functions
|
|
39
39
|
|
|
40
40
|
## 😝 Playground
|
|
41
41
|
|
package/README.zh-CN.md
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
<p align="center"><img src="./public/logo.svg"></p>
|
|
6
6
|
|
|
7
7
|
<p align="center">
|
|
8
|
+
<a href="https://stackblitz.com/edit/setupin"><img src="https://img.shields.io/badge/stackBlitz-blue"></a>
|
|
8
9
|
<a href="https://npmjs.com/package/setupin"><img src="https://img.shields.io/npm/v/setupin?color=orange"></a>
|
|
9
|
-
<a href="https://
|
|
10
|
+
<a href="https://bundlephobia.com/package/setupin"><img src="https://img.shields.io/bundlephobia/minzip/setupin"></a>
|
|
10
11
|
</p>
|
|
11
12
|
|
|
12
13
|
## 😏 为什么选择 setupin
|
|
@@ -31,11 +32,10 @@
|
|
|
31
32
|
|
|
32
33
|
## 🤓 特性
|
|
33
34
|
|
|
34
|
-
- [x]
|
|
35
|
-
- [x] 支持 esm 语法
|
|
35
|
+
- [x] 支持 esm import 语法
|
|
36
36
|
- [x] [顶层 await](https://cn.vuejs.org/api/sfc-script-setup.html#top-level-await)
|
|
37
|
-
- [
|
|
38
|
-
- [
|
|
37
|
+
- [x] [CSS 功能](https://cn.vuejs.org/api/sfc-css-features)
|
|
38
|
+
- [x] vue3 宏函数
|
|
39
39
|
|
|
40
40
|
## 😝 演练场
|
|
41
41
|
|