Ming07

Results 6 issues of Ming07

我按文档调用this.$invoke('./../ComB/ComG', 'someMethod', 'someArgs');就报下面的错误 TypeError: this.$invoke is not a function"Found in component: 是2.0的方法改了吗,还有组件之间的的父子关系,slot是不产生父子关系吗?如何组件A中的slot放入了组件B,那B组件能获取到A组件的值吗

### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.13.1` - Nuxt Version: `3.0.0-rc.3` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `vite`, `publicRuntimeConfig`, `plugins`, `meta`, `build`,...

question❓

Fixes #8075 ### Before submitting the PR, please make sure you do the following - [ ] It's really useful if your PR references an issue where it is discussed...

Version 1.3.3 环境 node:16.13.1 通过dockerfile构建一个nohost服务,部署在公司内网中,通过k8s的ingress转发规则,将nohost.xxx.com域名到对应的服务地址中,管理后台能正常打开,但代理服务无法正常使用。