Results 7 issues of Telma Antunes

This is not a issue but more of a suggestion, to start a discussion. Given that this is a fairly used package (used for instance on vue-media-queries that as over...

enhancement

Vue includes the [modern mode](https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode), which produces two versions of our app: one modern bundle targeting modern browsers that support [ES modules](https://jakearchibald.com/2017/es-modules-in-browsers/), and one legacy bundle targeting older browsers that...

After building a vue 2 application we usually have a folder like this: This index.html file is not going to be imported from single-spa, so I've removed the HtmlWebpackPlugin as...

In a website using SystemJS, the bugsnag initialization fails with the following message `Bugsnag TypeError: window.require is not a function ` SystemJS does not define window.require therefore I've added require...

Replace scrim with v-overlay component, which fixes the scroll issues fixes #19477 ```vue Toggle Lorem ipsum dolor sit amet, consectetur adipiscing elit. In gravida, risus vitae varius porttitor, sapien quam...

T: bug
C: VNavigationDrawer

### Environment **Vuetify Version:** 3.5.11 **Vue Version:** 3.4.21 **Browsers:** Chrome 122.0.0.0 **OS:** Mac OS 10.15.7 ### Steps to reproduce Open the drawer and scroll ### Expected Behavior The content behind...

T: bug
C: VNavigationDrawer

This is not a issue but more of a suggestion, to start a discussion. Since this is a package that as over 2k weekly downloads, wouldn't it be great if...