编辑页面开发
This commit is contained in:
@@ -33,7 +33,6 @@ onMounted(() => {
|
||||
});
|
||||
const rightAsideWidthChange = (width) => {
|
||||
storeDisplay.rightAsideWidth = width;
|
||||
storeDisplay.commentShow = width;
|
||||
}
|
||||
let leftAsideStyle = computed(() => {
|
||||
return {width: storeDisplay.rightAsideWidth + 'px'};
|
||||
|
||||
Reference in New Issue
Block a user