We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
因为分的目录比较多,用相对路径麻烦,也不便于以后的修改维护。 怎么使用绝对路径呢?我用@ 或者~@都不行
@
~@
{ "navigationBarTitleText":"书单列表", "usingComponents": { "book-list":"../../components/library/book-list/book-list.mina", "scroller-pagination":"../../components/scroller-pagination/scroller-pagination.mina", } } { "navigationBarTitleText":"书单列表", "usingComponents": { "book-list":"@/components/library/book-list/book-list.mina", "scroller-pagination":"~@/components/scroller-pagination/scroller-pagination.mina", } }
The text was updated successfully, but these errors were encountered:
config 里的 pages / usingComponents 现在还不支持 alias 呢,抱歉😅
Sorry, something went wrong.
希望尽快支持
需要支持+1
No branches or pull requests
因为分的目录比较多,用相对路径麻烦,也不便于以后的修改维护。
怎么使用绝对路径呢?我用
@
或者~@
都不行The text was updated successfully, but these errors were encountered: