This commit is contained in:
thepaperpilot 2021-09-05 19:03:50 -05:00
parent eaf47bb946
commit c617737788
3 changed files with 3 additions and 3 deletions

View file

@ -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;
} }

View file

@ -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