Skip to content

Commit 266670b

Browse files
author
Villivateur Von
committed
Merge branch 'master' into dev
2 parents e08d859 + 53a9b41 commit 266670b

File tree

4 files changed

+4039
-2304
lines changed

4 files changed

+4039
-2304
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"js-sha256": "^0.9.0",
2525
"plupload": "^2.3.6",
2626
"style-loader": "^0.23.1",
27-
"vue": "^2.5.17",
28-
"vue-loader": "^15.6.2",
27+
"vue": "^2.6.10",
2928
"vue-clipboard2": "^0.3.0",
29+
"vue-loader": "^15.6.2",
3030
"vue-qr": "^1.5.2",
3131
"vue-qriously": "^1.1.1",
3232
"vue-router": "^3.0.2",
3333
"vue-style-loader": "^4.1.2",
34-
"vue-template-compiler": "^2.6.6",
34+
"vue-template-compiler": "^2.6.10",
3535
"webpack": "^4.29.4",
3636
"webpack-cli": "^3.2.3",
3737
"webpack-merge": "^4.2.1"

src/App.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export default {
2424
components: {
2525
Navbar,
2626
},
27+
created() {
28+
},
2729
mounted() {
2830
this.$axios.defaults.withCredentials = true
2931
this.$axios.get(_global.api_domain_url + "csrf")

vue.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
publicPath: '/',
33
outputDir: process.env.outputDir,
44
assetsDir: 'static',
5+
productionSourceMap: false,
56
pages: {
67
index: {
78
entry: process.env.NODE_ENV === 'production'

0 commit comments

Comments
 (0)