@mc-markets/ui 1.1.4 → 1.1.6

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
@@ -69,6 +69,13 @@ export default defineConfig({
69
69
 
70
70
  📘 详细配置请查看 [Resolver 使用指南](./RESOLVER_USAGE.md)
71
71
 
72
+ ⚠️ **开发环境提示**:如果遇到 `does not provide an export named 'xxx'` 错误,请清除 Vite 缓存:
73
+ ```bash
74
+ # 在你的项目目录运行
75
+ rm -rf node_modules/.vite
76
+ npm run dev -- --force
77
+ ```
78
+
72
79
  #### 方式三:手动按需导入
73
80
 
74
81
  ```vue