优化字典 select 和 text
This commit is contained in:
6
admin-web/src/components/Dictionary/DictionaryContext.js
Normal file
6
admin-web/src/components/Dictionary/DictionaryContext.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import React from 'react';
|
||||
|
||||
// 字典全局的 Context,会提前初始化工作。
|
||||
const DictionaryContext = React.createContext({});
|
||||
|
||||
export default DictionaryContext;
|
||||
Reference in New Issue
Block a user