公告板
版本库
filestore
活动
搜索
登录
周世豪
/
YiWuProject
派生自
YiWuProject
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject
ZengTao
2025-05-13
9ea7e2fb231db817d16c1c5158ba9adb6dba73c7
[~zhoushihao/YiWuProject.git]
/
UI-Project
/
src
/
stores
/
sd
/
product
/
productGlassType.js
1
2
3
4
5
6
7
8
9
10
11
import {defineStore} from 'pinia'
import {ref} from "vue";
export default defineStore("productGlassType",{
state: () =>{
let GlassType=$ref(['',''])
return {
GlassType
}
}
})