Updated riso.app with Site Configuration Parameter
This commit is contained in:
@@ -25,6 +25,8 @@ export default defineComponent({
|
||||
const slide = ref('first')
|
||||
const animare = ref(0)
|
||||
|
||||
const globalStore = useGlobalStore()
|
||||
|
||||
function initprompt() {
|
||||
window.addEventListener('beforeinstallprompt', (event) => {
|
||||
// console.log('******************************** beforeinstallprompt fired')
|
||||
@@ -127,6 +129,7 @@ export default defineComponent({
|
||||
tools,
|
||||
static_data,
|
||||
animare,
|
||||
site: globalStore.site,
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user