-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1056 from aeternity/release/v0.8.9
Release 0.8.9
- Loading branch information
Showing
141 changed files
with
5,081 additions
and
1,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import '../../src/components/icon.scss'; | ||
import Vue from 'vue'; | ||
import Vuex from 'vuex'; | ||
import VueRx from 'vue-rx'; | ||
|
||
Vue.use(Vuex); | ||
Vue.use(VueRx); | ||
Object.assign(Vue.prototype, { | ||
$globals: { | ||
IS_MOBILE_DEVICE: true, | ||
}, | ||
$i18n: {}, | ||
}); | ||
|
||
Vue.prototype.$i18n = require('../../src/store/plugins/ui/languages').i18n; | ||
require('../../src/store/plugins/ui/veeValidate'); |
Oops, something went wrong.