We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3307080 commit e7a7a96Copy full SHA for e7a7a96
1 file changed
src/main/java/com/flowingcode/vaadin/addons/simpletimer/SimpleTimer.java
@@ -28,6 +28,7 @@
28
import com.vaadin.flow.component.Synchronize;
29
import com.vaadin.flow.component.Tag;
30
import com.vaadin.flow.component.dependency.JsModule;
31
+import com.vaadin.flow.component.dependency.NpmPackage;
32
import com.vaadin.flow.dom.PropertyChangeListener;
33
import com.vaadin.flow.shared.Registration;
34
import java.io.Serializable;
@@ -37,6 +38,7 @@
37
38
39
/** @author Leonardo Scardanzan / Flowing Code */
40
@Tag("simple-timer")
41
+@NpmPackage(value = "@polymer/polymer", version = "3.5.2")
42
@JsModule("./simple-timer/simple-timer.js")
43
public class SimpleTimer extends Component implements HasSize, HasStyle, Serializable {
44
0 commit comments