Skip to content

Commit

Permalink
revert: defineMixin引入
Browse files Browse the repository at this point in the history
  • Loading branch information
jry committed Aug 26, 2024
1 parent e5ca420 commit bd6a83d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/libs/mixin/button.uts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineMixin } from 'vue'
import { defineMixin } from '../vue.uts'

export const buttonMixin = defineMixin({
props: {
Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/libs/mixin/mixin.uts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineMixin } from 'vue'
import { defineMixin } from '../vue.uts'
import {
array as testArray
} from '../function/test.uts'
Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/libs/mixin/mpMixin.uts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineMixin } from 'vue'
import { defineMixin } from '../vue.uts'

export const mpMixin = defineMixin({
// #ifdef MP-WEIXIN
Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/libs/mixin/mpShare.uts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineMixin } from '../vue'
import { defineMixin } from '../vue.uts'
import { queryParams } from '../function/index'
export const mpShare = defineMixin({
data() {
Expand Down
2 changes: 1 addition & 1 deletion src/uni_modules/uview-plus/libs/mixin/openType.uts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineMixin } from 'vue'
import { defineMixin } from '../vue.uts'

export const openType = defineMixin({
props: {
Expand Down

0 comments on commit bd6a83d

Please sign in to comment.