Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用polymer.dart 编写一个基于Web 的项目。当我在 Web 组件中使用锚元素时,它总是重定向到以不存在的组件名称为前缀的 URL。我是否需要在每个 Web 组件中添加路由逻辑并防止这种默认行为?或者还有其他解决方案吗?
一般来说,是的......或者使用做这种事情的框架。这不是 Web 组件试图解决的问题。您将需要preventDefault()调用一个链接(任何地方),否则浏览器将调用其默认行为。在链接的情况下,这是导航到目标。
preventDefault()