UNPKG
xdesign-vue-next
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
XDesign Component for vue-next
xdesign-vue-next
/
cjs
/
dropdown
/
const.js
15 lines
(10 loc)
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** * xdesign v1.0.6 * (c) 2023 xdesign *
@license
MIT
*/
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
/* unplugin-vue-components disabled */
var
injectKey =
Symbol
(
"dropdownProvider"
);
exports
.
injectKey
= injectKey;
//# sourceMappingURL=const.js.map