-
Dear LaTeX.js team / Michael et al.,
We're currently working on integrating this library into our Vue.js front-end application.
We'd therefore like to help provide support for this repository, b…
-
## Version **2.5.0** of [vue-template-compiler](https://github.com/vuejs/vue) was just published.
Branch
Build failing 🚨
Dependency
…
-
```vue
import { ref, Ref, reactive,isRef,unref,toRef } from "vue";
const initial = ref(10)
const count = ref(0)
// Challenge 1: Update ref
function update(value) {
// impl...
coun…
-
### Vue version
3.4.21
### Link to minimal reproduction
https://play.vuejs.org/#eNqVU9Fu0zAU/RXLQkoqStp1PJW0Iqv2AA8wsb1htGXpbefVsSPb6VpFeeGFb0J8D+I3uDdJSyamCVJVsu+51z7n3uOKJ0URbUvgUx57yAuVepgLzfCLb…
-
### Version
3.0.11
### Reproduction link
[https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHRlbXBsYXRlPlxuICA8aDE+e3sgbXNnIH19PC9oMT5cbjwvdGVtcGxhdGU+XG5cbjxzY3JpcHQ+XG4gIGNvbnN0IG1zZyA9ICdIZWxsbyBXb3JsZC…
-
### Version
3.2.1
### Reproduction link
[sfc.vuejs.org/](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdD5cbmV4cG9ydCBkZWZhdWx0IHtcbiAgdGVtcGxhdGU6ICc8J1xufVxuPC9zY3JpcHQ+IiwiaW1wb3J0LW1hcC5qc29…
-
# Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.c…
-
## The devDependency [vue](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/1stop-st/frame/compare/master...1stop-st:greenkeeper%2Fvue-…
-
### Reproduction
https://github.com/bodograumann/pinia-hmr-optional-attributes
### Steps to reproduce the bug
1. `git clone https://github.com/bodograumann/pinia-hmr-optional-attributes`
2. …
-
I am using cachios in vuejs
import axios from 'axios';
import cachios from 'cachios';
cachios.getResponseCopy = function (response) {
console.log(['cachiosInstance',response]);
return {…