Skip to content

Commit

Permalink
adjust lines
Browse files Browse the repository at this point in the history
  • Loading branch information
totiz committed Jul 17, 2019
1 parent b7f2f4a commit fbd7091
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import ThankYou from './views/ThankYou'
Vue.use(Router)

export default new Router({
mode: 'history',
// mode: 'history',
routes: [
{
path: '/',
Expand Down
2 changes: 2 additions & 0 deletions src/views/Merchant.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<template>
<div class="content">
<ItemList />
<br />
<br />
<div class="buttons" style="margin: 0 auto;width: fit-content;">
<b-button type="is-primary" size="is-large" @click="openCheckout()">PAY <span v-if="this.total != 0">({{ this.total | numberWithCommas }})</span></b-button>
<b-button type="is-primary" size="is-large" @click="clear()">Clear</b-button>
Expand Down

0 comments on commit fbd7091

Please sign in to comment.