把字符串的双引号改成单引号
This commit is contained in:
parent
1a255a85f0
commit
bb5025bef9
|
@ -13,7 +13,7 @@
|
||||||
* See the Mulan PSL v2 for more details.
|
* See the Mulan PSL v2 for more details.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {createContext} from "openinula";
|
import {createContext} from 'openinula';
|
||||||
|
|
||||||
const ViewSourceContext = createContext(null);
|
const ViewSourceContext = createContext(null);
|
||||||
ViewSourceContext.displayName = 'ViewSourceContext';
|
ViewSourceContext.displayName = 'ViewSourceContext';
|
||||||
|
|
Loading…
Reference in New Issue