File tree Expand file tree Collapse file tree 4 files changed +4039
-2304
lines changed
Expand file tree Collapse file tree 4 files changed +4039
-2304
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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" )
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments