wangchen147 daf0898aba 0.0.5
修复 微页面使用接口错误问题
修复 插件卸载后addon.json中数据异常丢失的问题
修复 读取不到配置文件中redis配置的问题
修复 订单金额为0时订单支付失败的问题
修复 礼品卡未完全使用完就已完成的问题
修复 商品优惠券主键查询指定数据无法查询的问题
修复 连签奖励记录在会员账户变更记录中未体现的问题
修复 新人礼活动无法参与的问题
修复 素材管理图标数据不显示的问题
修复 分销商品设为不参与设置无效
修复 商品分类拖动设置排序报错
修复 微信小程序上传物流信息未能成功的问题
修复 satoken多端登录loginId冲突的问题
2025-06-30 16:26:32 +08:00
..
2024-10-24 16:18:25 +08:00
2025-06-30 16:26:32 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2025-04-11 14:29:14 +08:00
2025-04-11 14:29:14 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00
2024-10-24 16:18:25 +08:00

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.