vuejs-toggle-switch
vuejs-toggle-switch copied to clipboard
🖖 Vue.js toggle switch
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. Release notes Sourced from loader-utils's releases. v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34) Changelog Sourced from loader-utils's changelog. 1.4.1 (2022-11-07) Bug Fixes...
## Expected Behavior Imports ToggleSwitch vue component ## Actual Behavior run dev works successfully, but open the vue app in browser crashes with Uncaught TypeError: Cannot read properties of undefined...
Bumps [terser](https://github.com/terser/terser) from 5.14.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
## Expected Behavior (description) ## Actual Behavior (description) ## Steps to Reproduce the Problem 1. 2. 3. ## Specifications - Package version: - VueJS Version:
I didn't want to have to keep passing options to the component every time it was used, so I made a few small changes. `npm run-script build` wanted webpack-cli in...
## Expected Behavior Build Vue 3 application lceanly with components importing vuejs-toggle-switch ## Actual Behavior When I add this import to a Vue 3 setup script I get this error...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.6 to 4.3.9. Changelog Sourced from vite's changelog. 4.3.9 (2023-05-26) fix: fs.deny with leading double slash (#13348) (813ddd6), closes #13348 fix: optimizeDeps during build and external ids...