UNPKG
@itools-front/ifrontui
Version:
latest (2.8.6)
2.8.6
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
Vue Material Component Framework
@itools-front/ifrontui
/
lib
/
util
/
mixins.js
8 lines
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* eslint-disable max-len, import/export, no-use-before-define */
import
Vue
from
'vue'
;
export
default
function
mixins
(
...args
) {
return
Vue
.
extend
({
mixins
: args }); }
//# sourceMappingURL=mixins.js.map