erikringsmuth / app-router

Router for Web Components
https://erikringsmuth.github.io/app-router/
MIT License
610 stars 83 forks source link

Polymer lint warnings #171

Open millimetha opened 6 years ago

millimetha commented 6 years ago

First of all: thx for your great app-router! I have recognized that "polymer lint" creates warnings like that:

`

~~~~~~~~~~~~ src/my-app.html(168,16) warning [undefined-elements] - The element app-router is not defined ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~` It complains about and . Maybe you have an idea, how to get rid of this warnings? Just for the case I am doing: ` ` Thank you in advance, Tanja
web-padawan commented 6 years ago

This is a duplicate of Polymer/polymer-linter#63