-
Here you can read a post from Evan You @yyx990803 https://github.com/vuejs/vue-next/issues/4744#issuecomment-937369062
I feel like this library is not maintained anymore. Maybe it's time to depreca…
-
### Version
4.0.2
### Reproduction link
[https://codesandbox.io/s/competent-architecture-4ezib?file=/src/App.vue](https://codesandbox.io/s/competent-architecture-4ezib?file=/src/App.vue)
…
-
If I try to highlight a language other than the default like html or js, the site stops working and it can't be built. The browser shows a 404:
```
{
"statusCode": 404,
"statusMessage": "Can…
-
Thread to discuss properties and requirements for future LaraNuxt releases
-
## The devDependency [@vue/cli-service](https://github.com/vuejs/vue-cli) was updated from `3.4.1` to `3.5.0`.
🚨 [View failing branch](https://github.com/nidkil/vue-test-plugin/compare/master...nidk…
-
### Describe the bug
One of our project which works fine with Vite 2.x has code like
```
import previewHacks from './preview-hacks.css?inline';
injectGlobalCss(previewHacks.toString());
```
…
-
With just two super small tweaks I was able to get it to support mostly all Vue function syntax. It thinks the function name is something random, but overall solid.
Just needed to add and remove so…
-
main.scss:
`@import 'header';`
_header.scss
```
.header {
&-bottom-menu {
@apply flex justify-end font-bold;
}
}
```
It doesnt work like that. Only inside main.scss...
…
-
## The devDependency [@vue/cli-service](https://github.com/vuejs/vue-cli) was updated from `4.1.0` to `4.1.1`.
🚨 [View failing branch](https://github.com/nsftx/vuetify-colorizer/compare/master...nsf…
-
I'm encountering this problem:
I discovered that once I activate this line:
const stateRecord: App = loadSettings()
in /src/store/modules/app.ts
I get this error: "Cannot read prope…