busyhe
busyhe
VSCode select Typescript Version to Workspace version
``` /Users/busyhe/Downloads/vue2_vuex2_webpack2_ssr-master 2/server.js:26 let renderer; ^^^ SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load...
@ankurk91 example? i also can`t solve it
@ankurk91 where vue-progressbar use
``` /** * Created by busyhe on 2017/12/20 下午10:43. * Email: [email protected] */ import axios from 'axios' import qs from 'qs' // 添加请求拦截器 axios.interceptors.request.use(function (config) { return config }, function...
``` import axios from 'axios' import qs from 'qs' import Vue from 'vue'; import VueProgressBar from 'vue-progressbar'; Vue.use(VueProgressBar, {}); // eslint-disable-next-line no-new let newVue = new Vue({}); // 添加请求拦截器 axios.interceptors.request.use(function...
it`s also work, it`s true?