1
This commit is contained in:
10
admin/node_modules/element-plus/lib/components/dropdown/src/tokens.js
generated
vendored
Normal file
10
admin/node_modules/element-plus/lib/components/dropdown/src/tokens.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
Object.defineProperty(exports, '__esModule', { value: true });
|
||||
|
||||
const DROPDOWN_INJECTION_KEY = Symbol("elDropdown");
|
||||
const DROPDOWN_INSTANCE_INJECTION_KEY = "elDropdown";
|
||||
|
||||
exports.DROPDOWN_INJECTION_KEY = DROPDOWN_INJECTION_KEY;
|
||||
exports.DROPDOWN_INSTANCE_INJECTION_KEY = DROPDOWN_INSTANCE_INJECTION_KEY;
|
||||
//# sourceMappingURL=tokens.js.map
|
||||
Reference in New Issue
Block a user