in with the new
This commit is contained in:
9
src/core/plugins/ast/index.js
Normal file
9
src/core/plugins/ast/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as AST from "./ast"
|
||||
import JumpToPath from "./jump-to-path"
|
||||
|
||||
export default function() {
|
||||
return {
|
||||
fn: { AST },
|
||||
components: { JumpToPath }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user