yuang-framework-ui-common 1.0.115 → 1.0.116

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.
@@ -14,7 +14,7 @@ interface InfoProps {
14
14
  * - 加载状态
15
15
  * - 弹窗开关
16
16
  */
17
- export function useBaseDialog(
17
+ export function useFrameworkBaseDialog(
18
18
  props: any,
19
19
  emit: any,
20
20
  options: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-common",
3
- "version": "1.0.115",
3
+ "version": "1.0.116",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {