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 bd3232f commit 84fe943Copy full SHA for 84fe943
demo/src/settings-page/index.html
@@ -14,6 +14,6 @@
14
</ui-segment>
15
</ui-form>
16
<span slot="actions">
17
- <ui-button class="positive">Apply</ui-button><ui-button class="deny">Cancel</ui-button>
+ <ui-button @click="save" class="positive">Apply</ui-button><ui-button class="deny">Cancel</ui-button>
18
</span>
19
</ui-modal>
0 commit comments