setupin 2.1.9 → 2.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 CHANGED
@@ -13,9 +13,12 @@
13
13
 
14
14
  **setupin** allows you to write Vue's [\<script **setup**\>](https://vuejs.org/api/sfc-script-setup.html)**in** HTML.
15
15
 
16
- - **Easy to learn**: Offer a friendly environment for beginners to easily grasp the core usage of Vue.
17
- - **Simple development**: Provide a convenient way to rapidly develop small webpage without complex configurations.
18
- - **Quick experience**: Allow users to quickly experiment with Vue's new features in HTML and feel its charm.
16
+ 1. **Easy to learn**
17
+ > Offer a friendly environment for beginners to easily grasp the core usage of Vue.
18
+ 2. **Simple development**
19
+ > Provide a convenient way to rapidly develop small webpage without complex configurations.
20
+ 3. **Quick experience**
21
+ > Allow users to quickly experiment with Vue's new features in HTML and feel its charm.
19
22
 
20
23
  ## 🤯 setupin.html _vs_ setup.vue
21
24
 
package/README.zh-CN.md CHANGED
@@ -13,9 +13,12 @@
13
13
 
14
14
  **setupin** 允许你在 HTML 中编写 Vue 的 [\<script setup\>](https://vuejs.org/api/sfc-script-setup.html)。
15
15
 
16
- - **便于学习**:为初学者提供一个友好的环境,帮助他们轻松上手 Vue 的核心用法。
17
- - **简易开发**:提供便捷的方式,助力快速开发小网页,无需繁琐的配置。
18
- - **快速体验**:让用户可以快速在 HTML 中尝试 Vue 的新特性,感受其魅力。
16
+ 1. **便于学习**
17
+ > 为初学者提供一个友好的环境,帮助他们轻松上手 Vue 的核心用法。
18
+ 2. **简易开发**
19
+ > 提供便捷的方式,助力快速开发小网页,无需繁琐的配置。
20
+ 3. **快速体验**
21
+ > 让用户可以快速在 HTML 中尝试 Vue 的新特性,感受其魅力。
19
22
 
20
23
  ## 🤯 setupin.html _vs_ setup.vue
21
24