diff --git a/package.json b/package.json index d428e8a2db3ecb77c07c5a37ac0e1e868aad0011..d7893b77eab3f59a89f2465533ad233860d96004 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ }, "devDependencies": { "@obv/obv-bimserver-client": "^1.0.10", + "@obv/obv": "^4.0.9-alpha.8", "@types/jest": "^23.3.13", "@types/jquery": "^3.3.29", "@types/nprogress": "^0.2.0", diff --git a/prettier.config.js b/prettier.config.js index df2d032d3333977f3a387c89936a02aadc2f9728..8f4ff4852845969fb4d0918caed642d29adf8568 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -40,5 +40,5 @@ module.exports = { // 箭头函数参数括号 默认avoid 可选 avoid| always // avoid 能省略括号的时候就省略 例如x => x // always 总是有括号 - arrowParens: 'always' + arrowParens: 'always', }; diff --git a/public/index.html b/public/index.html index f27ede1cba46b11e8f8aaa6e55bfc3bec8948034..b8947abf8dea3e5b858267bc60bb6e68707b798f 100644 --- a/public/index.html +++ b/public/index.html @@ -6,12 +6,13 @@ Collab Console - - + - + +