parttio / grid-pagination

Adding pagination feature to a Vaadin 10 Grid component
Other
22 stars 16 forks source link

Failed to find lit-pagination.js #2

Open allenvpn312 opened 4 years ago

allenvpn312 commented 4 years ago

After adding the following entries to my pom.xml and launching the app, I get the following message: `

org.vaadin.klaudeta
        <artifactId>grid-pagination</artifactId>
        <version>2.0.1</version>
    </dependency>`

Failed to find the following imports in thenode_modules` tree:

Can you let me know what I am doing wrong?

Thanks.