-
zhangwei
2025-03-05 16213c0f85aa3ac8317797bf4a05fd12940e16d3
src/uni_modules/uview-plus/components/u-transition/u-transition.vue
@@ -18,7 +18,7 @@
import { mixin } from '../../libs/mixin/mixin';
import { addStyle } from '../../libs/function/index';
// 组件的methods方法,由于内容较长,写在外部文件中通过mixin引入
import transition from "./transition.js";
import transitionMixin from "./transitionMixin.js";
/**
 * transition  动画组件
 * @description
@@ -65,7 +65,7 @@
       }
   },
   // 将mixin挂在到组件中,实际上为一个vue格式对象。
   mixins: [mpMixin, mixin, transition, props],
   mixins: [mpMixin, mixin, transitionMixin, props],
   watch: {
      show: {
         handler(newVal) {