diff --git a/packages/marko/src/taglib/taglib-finder/index.js b/packages/marko/src/taglib/taglib-finder/index.js index 8a9ef23b0..8f4bf5dce 100644 --- a/packages/marko/src/taglib/taglib-finder/index.js +++ b/packages/marko/src/taglib/taglib-finder/index.js @@ -110,7 +110,7 @@ function find(dirname, registeredTaglibs) { scanTagsDir( componentsPath, nodePath.dirname(componentsPath), - "./components", + "components", taglib, new DependencyChain([componentsPath]) );