Update layout.vue

This commit is contained in:
邹景立 2021-11-26 22:30:59 +08:00
parent 80ff13703b
commit ec3cf91b3c

View File

@ -201,9 +201,6 @@ export default {
{name: 'FOR', title: 'SHOW-FOR-LIST', subs: []}, {name: 'FOR', title: 'SHOW-FOR-LIST', subs: []},
] ]
} }
}, }
created() {
},
methods: {}
} }
</script> </script>