first commit
This commit is contained in:
10
tsvue/src/core/mixin/index.mixin.ts
Normal file
10
tsvue/src/core/mixin/index.mixin.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Mixin, Injectable } from 'vue3decorators';
|
||||
|
||||
/**
|
||||
* 类的方法上如果加上注解 @Mixin(),那么该方法
|
||||
* 就可以作为Vue的全局mixin
|
||||
*/
|
||||
@Injectable()
|
||||
export class MixinList {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user