1
This commit is contained in:
17
nx/store/biz.js
Normal file
17
nx/store/biz.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import nx from '@/nx'
|
||||
|
||||
const biz = defineStore({
|
||||
id: 'biz',
|
||||
state: () => ({
|
||||
deviceInfo: {},
|
||||
scanQRInfo: null,
|
||||
|
||||
}),
|
||||
|
||||
actions: {
|
||||
|
||||
}
|
||||
})
|
||||
|
||||
export default biz
|
||||
Reference in New Issue
Block a user