remove less & less-loader dep

This commit is contained in:
lesion
2022-05-03 15:23:55 +02:00
parent d11798a3ab
commit 5d2ffa81f4
6 changed files with 35 additions and 39 deletions

View File

@@ -176,7 +176,7 @@ export default {
}
}
</script>
<style lang='less'>
<style lang='scss'>
.editor {
margin-top: 4px;

View File

@@ -61,12 +61,12 @@ export default {
}
}
</script>
<style lang='less'>
#list {
max-width: 500px;
margin: 0 auto;
.v-list-item__title {
white-space: normal !important;
}
}
<style>
#list {
max-width: 500px;
margin: 0 auto;
}
#list .v-list-item__title {
white-space: normal !important;
}
</style>