We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f1d001 commit bfc1d44Copy full SHA for bfc1d44
dist/v-button.css
@@ -17,7 +17,7 @@
17
</button>
18
*/
19
/**
20
- * Resoult HTML: if isBusy === true, and button is pressed
+ * Result HTML: if isBusy === true, and button is pressed
21
*
22
<button class="Button is-busy is-pressed" ng-click="isBusy = !isBusy" v-busy="isBusy" v-busy-label="Please wait" v-pressable>
23
<span>Please wait</span>
src/vButton/styles/v-button.scss
@@ -12,7 +12,7 @@
12
13
14
15
16
0 commit comments