refactor: init packages

This commit is contained in:
liyasthomas
2021-07-01 22:09:11 +05:30
committed by GitHub
parent fd4f49cf8e
commit 977bad2156
2 changed files with 82 additions and 9 deletions

View File

@@ -117,12 +117,3 @@ export default {
},
}
</script>
<style lang="scss" scoped>
.splitpanes--vertical > .splitpanes__splitter {
display: none;
}
.splitpanes--horizontal > .splitpanes__splitter {
display: none;
}
</style>