Skip to content

Commit

Permalink
Merge pull request #18 from Utkarshkaraiya/#1wmzuzp
Browse files Browse the repository at this point in the history
Implemented md mode for ionic SDK (#1wmzuzp)
  • Loading branch information
adityasharma7 authored Dec 23, 2021
2 parents 1f0c4c0 + 99042f5 commit 4952be0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/unreleased/-1wmzuzp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Set md mode for ionic SDK
ticket_id: "#1wmzuzp"
merge_request: 18
author: Utkarshkaraiya
type: changed
4 changes: 3 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ import i18n from './i18n'
import store from './store'

const app = createApp(App)
.use(IonicVue)
.use(IonicVue, {
mode: 'md'
})
.use(router)
.use(i18n)
.use(store);
Expand Down

0 comments on commit 4952be0

Please sign in to comment.