We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10866e commit 88420fcCopy full SHA for 88420fc
components/AsideBlock.vue
@@ -64,8 +64,8 @@ export default {
64
line-height: 40px;
65
}
66
.block-list {
67
- list-style: decimal;
68
- padding: 0 0 0 18px;
+ list-style: none;
+ padding: 0;
69
margin: 0;
70
font-size: 16px;
71
line-height: 38px;
nuxt.config.js
@@ -54,10 +54,6 @@ module.exports = {
54
{
55
src: '~/plugins/vant.js'
56
},
57
- {
58
- src: '~/plugins/clipboard.js',
59
- mode: 'client'
60
- },
61
62
src: '~/plugins/lib-flexible.js',
63
mode: 'client'
0 commit comments