Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add support of data-router-ignore attribute
Add data attribute because it can be dynamically controlled through a binding like `<a data-router-ignore.bind="condition || null"></a>`. This only works on data attribute, not normal attribute. Note `|| null` is required as dataAttributeAccessor only removes the attribute when value is null or undefined.
- Loading branch information