Relative Content

Tag Archive for vue.jsvue-component

Vue 4: Access window object in vue component [duplicate]

This question already has answers here: Add global variable in Vue.js 3 (8 answers) Closed 13 days ago. I want to get the text selected in a VueComponent and for this purpose, I want to use the window.getSelection function. To have access to the window object, I tried //in app.js app.config.globalProperties.$stupidProp = { age: 30, […]