@lwce/router
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "@lwce/router", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A LWC router that supports server-side rendering", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,6 +6,9 @@ import {LightningElement, api} from 'lwc'; | ||
@api href; | ||
@api className; | ||
@api role; | ||
@api ariaPressed; | ||
get className() { | ||
return this.getAttribute('class'); | ||
} | ||
navigate(e) { | ||
@@ -12,0 +15,0 @@ e.preventDefault(); |
Sorry, the diff of this file is not supported yet
12290
300