vue
vue copied to clipboard
A flexible icon family for Vue
Hello! Thank you for the nice icons. I have switched to npm 7 and it installs peer dependencies by default. So when I updated Vue to `3.0.11` I got a...
## DESCRIPTION Hi, I just wanted to use phosphor vue for my quasar vue application. But when I run ```npm install --save phosphor-vue@next```, it gets an error like below. Does...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hey there! I currently use Phosphor Icons for my Nuxt.js website, however I've been receiving this error when trying to load my site: ``` ERROR in ./node_modules/phosphor-vue/dist/phosphor-vue.esm.js friendly-errors 12:24:55 Module...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
- minimal solution - support tree shaking - umd build instead of cjs and iife - TODO: check ssr usage is still working Since `rollup-plugin-vue` has been deprecated in favor...
i am only loading the following ```js import { PhLockKeyOpen, PhUser, PhSun, PhMoon, PhPlayCircle, PhImage, } from 'phosphor-vue' import Vue from 'vue' Vue.component('PhLockKeyOpen', PhLockKeyOpen) Vue.component('PhUser', PhUser) Vue.component('PhSun', PhSun) Vue.component('PhMoon', PhMoon)...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...