-
### Version:
- `@inertiajs/vue3` version: 1.0.8
After we've setup our laravel + inertia app we found out that CreateInertiaApp() runs twice.
We tried to find a solution but haven't found one …
-
Just to report that I had to change "VuetablePaginationMixin.vue" to "VuetablePaginationMixin.js" and remove the tags in order to make the code compile. Otherwise I would get the error:
```Error t…
-
* ./mixin/Add in ./node_modules/_cache-loader@2.0.1@cache-loader/dist/cjs.js??r
f--12-0!./node_modules/_babel-loader@8.0.6@babel-loader/lib!./node_modules/_cac
e-loader@2.0.1@cache-loader/dist/cjs.j…
-
### Version
3.4.1
### Reproduction link
[https://github.com/eard7/test-sass-error](https://github.com/eard7/test-sass-error)
### Environment info
```
System:
OS: Linux 4.19 Ce…
eard7 updated
2 years ago
-
### Version
3.2.33
### Reproduction link
[github.com](https://github.com/yuwu9145/vue-core-defineComponent-type-issue-demo)
### Steps to reproduce
1. Open project
2. Run npx vue-…
-
https://github.com/program-in-chinese/overview/issues/54
在翻译过程中, 记录所有项目中的术语和对应翻译, 按首次出现的commit顺序(由先到后)
部分常用词汇如with/children, 视上下文而定
| 英文 | 中文 | 参考 | commit |
| ------------- | ------------- | --…
-
## [问题简单描述]
**问题复现步骤:**
**1.创建一个component**
```
test component
export default {
}
```
**2.在mixin中mix该component**
```
import MyComponent from '@/components/MyCompo…
-
mixins.js:1 Uncaught (in promise) TypeError: n.default.mixin is not a function
at node_modules/@amap/amap-vue/lib/mixins/mixins.js (mixins.js:1)
at __require2 (chunk-YOHASWQG.js?v=419e2a24:1…
-
Getting a error when using ssr rendering.
ive run php artisan ziggy:generate
```
Starting SSR server on port 13714...
Inertia SSR server started.
Retail
TypeError [ERR_INVALID_ARG_TYPE]: The…
-
Working on a Nuxt custom module, I register globally the mixin in a plugin with Vue.mixin(inViewport)
When first loading my page with 3 components using the watcher I get this error:
IntersectionO…