6 lines
134 B
TypeScript
6 lines
134 B
TypeScript
|
import { ref } from "vue";
|
||
|
|
||
|
export const saveBtn = ref(false) //提交按钮状态
|
||
|
export const invInput = ref(false) //库存按钮
|
||
|
|