Skip to content

Instantly share code, notes, and snippets.

@fezu54
Created December 24, 2019 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fezu54/721c23ad6c5d756bf3fa7e27604c6d98 to your computer and use it in GitHub Desktop.
Save fezu54/721c23ad6c5d756bf3fa7e27604c6d98 to your computer and use it in GitHub Desktop.
JavaScriptComponentState providing a message state
public class VueState extends JavaScriptComponentState {
public String message = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment