修改id
This commit is contained in:
parent
5f03edeb6c
commit
e8f2d4eb9c
|
@ -167,7 +167,7 @@
|
||||||
const hide_desktop_value = ref(false);
|
const hide_desktop_value = ref(false);
|
||||||
const disable_blending_params_id = ref("1");
|
const disable_blending_params_id = ref("1");
|
||||||
const disable_blending_params = ref(false);
|
const disable_blending_params = ref(false);
|
||||||
const show_blending_grids_id = ref("show_blending_grids");
|
const show_blending_grids_id = ref("blending_grids_show");
|
||||||
const show_blending_grids = ref(false);
|
const show_blending_grids = ref(false);
|
||||||
const options = computed({
|
const options = computed({
|
||||||
get() {
|
get() {
|
||||||
|
|
Loading…
Reference in New Issue