init
This commit is contained in:
13
src/views/custom-query/topo/utils/anchor/index.js
Normal file
13
src/views/custom-query/topo/utils/anchor/index.js
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* @author: clay
|
||||
* @data: 2019/08/15
|
||||
* @description: anchor
|
||||
*/
|
||||
|
||||
import setState from './set-state'
|
||||
import drawMark from './draw_mark'
|
||||
|
||||
export default {
|
||||
setState,
|
||||
drawMark,
|
||||
}
|
||||
Reference in New Issue
Block a user