src/views/util/cache.vue
@@ -11,7 +11,7 @@ <br /> <el-input v-model="value" placeholder="input here" /> <div style="height: 1000px"></div> <div class="blocks" ></div> </basic-container> </template> @@ -24,3 +24,8 @@ }, }; </script> <style scoped lang="scss"> .blocks { height: 1000px } </style>