mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-08 14:11:42 +08:00
init project
This commit is contained in:
17
public/react/src/modules/test/monaco/index.js
Normal file
17
public/react/src/modules/test/monaco/index.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
import TPIMonaco from '../../page/component/monaco/TPIMonaco'
|
||||
class MonacoTest extends Component {
|
||||
state = {
|
||||
loading: false,
|
||||
};
|
||||
|
||||
render() {
|
||||
console.log('monacoTest render')
|
||||
return (
|
||||
<TPIMonaco repositoryCode={'asdfasdf'}></TPIMonaco>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default MonacoTest;
|
||||
Reference in New Issue
Block a user