From 80893c2e05d216821d839434cb639dcc9108fd87 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Wed, 10 Feb 2021 12:36:18 +0100 Subject: [PATCH] Append missing super.properties --- packages/matomo/src/matomo.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/matomo/src/matomo.js b/packages/matomo/src/matomo.js index 6da1d370..b206a189 100644 --- a/packages/matomo/src/matomo.js +++ b/packages/matomo/src/matomo.js @@ -22,6 +22,7 @@ export class MatomoElement extends DBPLitElement { static get properties() { return { + ...super.properties, endpoint: { type: String }, siteId: { type: Number, attribute: 'site-id' }, gitInfo: { type: Number, attribute: 'git-info' }, -- GitLab