aKuad

Results 1 comments of aKuad

I think, this part has some probrem... In `/src/core/render/compiler/link.js`, Line 21: (+ my guessing note) ```js if ( !isAbsolutePath(href) && // -> true !compilerClass._matchNotCompileLink(href) && // -> true !config.ignore //...