Update spinner example for Bubbles 0.4.0

This commit is contained in:
Christian Rocha
2020-07-14 18:31:35 -04:00
parent 2f53eeb54b
commit 97ae9c6974
3 changed files with 7 additions and 15 deletions

View File

@@ -31,7 +31,7 @@ func main() {
func initialize() (tea.Model, tea.Cmd) {
s := spinner.NewModel()
s.Type = spinner.Dot
s.Frames = spinner.Dot
return Model{
spinner: s,