Skip to content

Commit

Permalink
Update sample
Browse files Browse the repository at this point in the history
  • Loading branch information
cakriwut committed Sep 12, 2018
1 parent cd845be commit b15e887
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app/templates/js/vue/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,13 @@
<br />
<br />
<p class="ms-font-l">Modify the source files, then click <b>Run</b>.</p>
<div role="button" class="ms-welcome__action ms-Button ms-Button--hero ms-u-slideUpIn20" v-on:click="onClickRun">
<span class="ms-Button-label">Run</span>
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--ChevronRight"></i></span>
</div>
<button v-on:click="onClickRun">Run</button>
</main>
</div>
</template>

<script>
/* eslint-disable indent,semi,no-extra-semi,no-trailing-spaces,no-multiple-empty-lines */
export default {
name: 'App',
data: function () {
Expand All @@ -45,6 +43,7 @@ export default {
}
}
}
/* eslint-enable indent,semi,no-extra-semi,no-trailing-spaces,no-multiple-empty-lines */
</script>

<style>
Expand Down

0 comments on commit b15e887

Please sign in to comment.