Fix order of ternary expression
This commit is contained in:
parent
3b80f093cb
commit
9f8842f8be
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Vue.config.productionTip = false;
|
||||||
|
|
||||||
Vue.use(clipboard);
|
Vue.use(clipboard);
|
||||||
Vue.use(VueSocketIOExt, io(
|
Vue.use(VueSocketIOExt, io(
|
||||||
process.env.NODE_ENV === `development` ? websocket_uri : dev_websocket_uri
|
process.env.NODE_ENV === `development` ? dev_websocket_uri : websocket_uri
|
||||||
));
|
));
|
||||||
|
|
||||||
new Vue({
|
new Vue({
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue