Skip to content

Commit 743630b

Browse files
authored
fix(prime-vue): ProgressSpiner should be ProgressSpinner (#133)
1 parent e7e1863 commit 743630b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/resolvers/prime-vue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const components = [
8686
'ScrollTop',
8787
'Skeleton',
8888
'ProgressBar',
89-
'ProgressSpiner',
89+
'ProgressSpinner',
9090
'Tag',
9191
'Terminal',
9292
'TerminalService',

0 commit comments

Comments
 (0)