init git
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
import ProductDialogShare from '../components/product/dialog/Share.vue'
|
||||
|
||||
export default () => {
|
||||
const { dialog } = inject('service')
|
||||
return reactive({
|
||||
options: {
|
||||
search: {
|
||||
props: {
|
||||
icon: "isax isax-search-normal-1", severity: "secondary", text: true, rounded: true,
|
||||
},
|
||||
click: () => dialog.show(ProductDialogShare)
|
||||
},
|
||||
share: {
|
||||
props: {
|
||||
icon: 'isax isax-share', severity: "secondary", text: true, rounded: true,
|
||||
},
|
||||
click: () => { }
|
||||
},
|
||||
|
||||
}
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user