mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-22 08:31:31 +00:00
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;
|
margin-bottom: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
* >>> .tooltip-container {
|
*:deep() .tooltip-container {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -69,7 +69,7 @@ export default defineComponent({
|
||||||
updateBounds() {
|
updateBounds() {
|
||||||
if (this.$refs.resizeListener != undefined) {
|
if (this.$refs.resizeListener != undefined) {
|
||||||
this.boundingRect = (this.$refs
|
this.boundingRect = (this.$refs
|
||||||
.resizeListener as HTMLElement).getBoundingClientRect();
|
.resizeListener as HTMLElement).getBoundingClientRect();
|
||||||
this.updateNodes();
|
this.updateNodes();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
||||||
.use(require("tsconfig-paths-webpack-plugin"));
|
.use(require("tsconfig-paths-webpack-plugin"));
|
||||||
// Remove this if/when all "core" code has no non-ignored more type errors
|
// Remove this if/when all "core" code has no non-ignored more type errors
|
||||||
// https://github.com/vuejs/vue-cli/issues/3157#issuecomment-657090338
|
// https://github.com/vuejs/vue-cli/issues/3157#issuecomment-657090338
|
||||||
config.plugins.delete('fork-ts-checker');
|
config.plugins.delete("fork-ts-checker");
|
||||||
},
|
},
|
||||||
devServer: {
|
devServer: {
|
||||||
disableHostCheck: true
|
disableHostCheck: true
|
||||||
|
|
Loading…
Reference in a new issue