This commit is contained in:
wcq 2023-04-17 00:44:03 +08:00
parent e3784e4a45
commit 0d3c79b08e
1 changed files with 1 additions and 0 deletions

View File

@ -478,6 +478,7 @@ function run(data: Index) {
onMounted(() => { onMounted(() => {
fillingMode.value = props.fillingMode; fillingMode.value = props.fillingMode;
simpleMode.value = props.simpleMode; simpleMode.value = props.simpleMode;
treeColorShow.value = props.treeColorShow;
}); });
</script> </script>
<style lang="css"> <style lang="css">