vue-hot-reload-api icon indicating copy to clipboard operation
vue-hot-reload-api copied to clipboard

🌶️ Hot reload API for Vue components

Results 31 vue-hot-reload-api issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, thanks for your work on hot reload! I'm using vue-hot-reload-api implicitly with webpack dev server and vue-loader. When introducing vue-router into the mix and declaring a beforeRequestEnter hook, hot...

### Version: v2.3.4 ### How to reproduce: Just comand+c & comand-v in your terminal: (ctrl+c & ctrl+v / copy & past) ```bash vue create -d -n vue-memory-leak-functional; cd vue-memory-leak-functional; yarn;...

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 2.8.8 (2020-02-29) Bug Fixes #61 & #65...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.5.3 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Hi everyone, I'm having an issue with `rerender`. In the `readme.md` file, you provided a sample component options. ``` const myComponentOptions = { data () { ... }, created ()...

Bumps [yargs-parser](https://github.com/yargs/yargs-parser) from 13.1.1 to 13.1.2. Changelog Sourced from yargs-parser's changelog. 15.0.0 (2019-10-07) Features rework collect-unknown-options into unknown-options-as-args, providing more comprehensive functionality (ef771ca) BREAKING CHANGES rework collect-unknown-options into unknown-options-as-args, providing...

dependencies

This happens every time to me when component is reloaded: ```js TypeError: Cannot read property 'extend' of undefined at VM93425 main.js:28952 at Object.reload (VM93425 main.js:28860) at VM93425 main.js:43826 at Object../src/agilecards/components/edit-settings/TemplateScopeSelector.vue...

Hello, I was reading the `Usage` section of the `README.md` file and one line lack a comment : `if (!module.hot.data) {` I have no ideea what this line does. I...