@lwce/router
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@lwce/router", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "A LWC router that supports server-side rendering", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -6,3 +6,3 @@ import {LightningElement, api} from 'lwc'; | ||
@api href; | ||
@api class; | ||
@api className; | ||
@api role; | ||
@@ -9,0 +9,0 @@ @api ariaPressed; |
Sorry, the diff of this file is not supported yet
12243