add react版前端
This commit is contained in:
11
web-react/src/components/query-table/index.jsx
Normal file
11
web-react/src/components/query-table/index.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React, { Component } from 'react'
|
||||
|
||||
export default class QueryTable extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user