-
In pug-vdom, locals are exposed as properties on global object during the render.
Only when an existing property of the same name exists on the global object does pug-vdom put it in the local scope.
…
-
Тут можно отформатировать в несколько строк
![image](https://user-images.githubusercontent.com/43137324/91601629-04dc0a00-e97b-11ea-945d-b4dca4d8ecf4.png)
-
**Describe the bug**
After execute npm i puppeteer, the extension wasn't detected.
[MASTER] info: Optional extension puppeteer was not found on this system. [ SKIPPED ]
**To Reproduce**
apt-get …
-
**Describe the bug**
success run in develop mode , while fail run in after build
**To Reproduce**
Steps to reproduce the behavior:
```
// create vue project
vue create apps
cd apps/
…
-
"typescript": "^4.0.5",
![image](https://user-images.githubusercontent.com/11839238/98160066-b3a64480-1eee-11eb-95d1-17c8d10b3d4a.png)
-
### Version
4.5.4
### Reproduction link
[https://github.com/michaelalhilly/vuecliglobals](https://github.com/michaelalhilly/vuecliglobals)
### Environment info
```
System:
OS:…
-
If webpackConfig contains data options for pug-loader/pug-plain-loader, these get overwritten with
`{ filename: "..." }`
-
I believe that it it a burden that one should add a loader for pug in his project if he wants to import this component directly.
Could you consider using plain HTML rather than pug in the template?
-
Seems a different loader is grabbing the files
The GUI message
The webpack config
```
cypress-vue-unit-test adding code coverage plugin +0ms
cypress-vue-unit-test found plugin VueLo…
-
## Info
Using VSCode with vetur in `.vue` files.
## Input
```pug
p Click #[a.link(href='https://www.example.com' rel='noreferrer' target='_blank') here] to go somewhere
```
## Output or …