setupin 3.1.1 → 3.2.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/README.md +2 -0
- package/README.zh-CN.md +1 -0
- package/dist/main.js +246 -233
- package/dist/main.prod.js +119 -116
- package/package.json +6 -8
package/README.md
CHANGED
|
@@ -101,10 +101,12 @@ unit as one
|
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
It's exactly the same as [\<script setup>](https://vuejs.org/api/sfc-script-setup.html) except for the \<head>
|
|
104
|
+
|
|
104
105
|
## 🤓 Characteristics
|
|
105
106
|
|
|
106
107
|
- [x] [top-level await](https://vuejs.org/api/sfc-script-setup.html#top-level-await)
|
|
107
108
|
- [x] [sfc css features](https://vuejs.org/api/sfc-css-features.html)
|
|
109
|
+
- [x] [Options API](https://vuejs.org/guide/introduction.html#options-api)
|
|
108
110
|
- [ ] Split [component](https://vuejs.org/guide/essentials/component-basics.html)
|
|
109
111
|
|
|
110
112
|
## 🤔 Why setupin
|
package/README.zh-CN.md
CHANGED
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
|
|
107
107
|
- [x] [顶层 await](https://cn.vuejs.org/api/sfc-script-setup.html#top-level-await)
|
|
108
108
|
- [x] [CSS 功能](https://cn.vuejs.org/api/sfc-css-features)
|
|
109
|
+
- [x] [选项式](https://cn.vuejs.org/guide/introduction.html#options-api)
|
|
109
110
|
- [ ] 拆分 [组件](https://cn.vuejs.org/guide/essentials/component-basics.html)
|
|
110
111
|
|
|
111
112
|
## 🤔 为什么选择 setupin
|