forked from profectus/Profectus
Cleanup
This commit is contained in:
parent
eaf47bb946
commit
c617737788
3 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ export default defineComponent({
|
|||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
* >>> .tooltip-container {
|
||||
*:deep() .tooltip-container {
|
||||
display: inline;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
|
|
@ -69,7 +69,7 @@ export default defineComponent({
|
|||
updateBounds() {
|
||||
if (this.$refs.resizeListener != undefined) {
|
||||
this.boundingRect = (this.$refs
|
||||
.resizeListener as HTMLElement).getBoundingClientRect();
|
||||
.resizeListener as HTMLElement).getBoundingClientRect();
|
||||
this.updateNodes();
|
||||
}
|
||||
},
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
.use(require("tsconfig-paths-webpack-plugin"));
|
||||
// Remove this if/when all "core" code has no non-ignored more type errors
|
||||
// https://github.com/vuejs/vue-cli/issues/3157#issuecomment-657090338
|
||||
config.plugins.delete('fork-ts-checker');
|
||||
config.plugins.delete("fork-ts-checker");
|
||||
},
|
||||
devServer: {
|
||||
disableHostCheck: true
|
||||
|
|
Loading…
Reference in a new issue