Skip to content

Commit e7a7a96

Browse files
paodbjavier-godoy
authored andcommitted
feat: add polymer dependency for Vaadin 25 support
Close #44
1 parent 3307080 commit e7a7a96

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/com/flowingcode/vaadin/addons/simpletimer/SimpleTimer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import com.vaadin.flow.component.Synchronize;
2929
import com.vaadin.flow.component.Tag;
3030
import com.vaadin.flow.component.dependency.JsModule;
31+
import com.vaadin.flow.component.dependency.NpmPackage;
3132
import com.vaadin.flow.dom.PropertyChangeListener;
3233
import com.vaadin.flow.shared.Registration;
3334
import java.io.Serializable;
@@ -37,6 +38,7 @@
3738

3839
/** @author Leonardo Scardanzan / Flowing Code */
3940
@Tag("simple-timer")
41+
@NpmPackage(value = "@polymer/polymer", version = "3.5.2")
4042
@JsModule("./simple-timer/simple-timer.js")
4143
public class SimpleTimer extends Component implements HasSize, HasStyle, Serializable {
4244

0 commit comments

Comments
 (0)