Merge pull request #760 from trheyi/main

fix misspelling
This commit is contained in:
Max 2024-09-30 17:08:03 +08:00 committed by GitHub
commit 6656e18ae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -285,7 +285,7 @@ func (page *Page) parseDynamics(ctx *BuildContext, sel *goquery.Selection) {
}
ctx.addJitComponent(route)
// This is a temprary solution, we will refactor this later
// This is a temporary solution, we will refactor this later
// Some components are not used in the page, but they are used in the script
// So we need to add them to the components
// But this solution is not perfect, it will cause import the unnecessary components, just ignore it.