兰宝车间质量管理系统-前端
LiYaoheng
2024-06-06 e8a641f3a38793997228f20f4684594b794506ab
src/components/SizeSelect/index.vue
@@ -27,7 +27,7 @@
  { label: '稍小', value: 'small' }
]);
const handleSetSize = (size: string) => {
const handleSetSize = (size: 'large' | 'default' | 'small') => {
  appStore.setSize(size);
};
</script>