xiaosi

Results 3 issues of xiaosi

when i run the command "npx nuxi init nuxt-app", I got this error: Nuxt CLI v3.0.0-rc.3 WARN could not fetch remote https://github.com/nuxt/starter WARN Make sure you have installed git correctly...

## What happens? 在config.ts中配置了routes之后,window.location.href开发环境下在firefox浏览器中并不会跳转到新地址,反而是刷新原来的地址 ## Mini Showcase Repository(REQUIRED) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的 GitHub 仓库 https://github.com/jsxiaosi/umi-issues ``` ts export default function HomePage()...

我在示例项目`electron-vite-vue`中添加[email protected]后会,每次修改热更新主线程文件时会停止运行并保留旧的实例 复现代码: src/route/index.ts ```ts import { createRouter, createWebHistory } from 'vue-router'; import type { App } from 'vue'; export const router = createRouter({ history: createWebHistory(''), routes: [], }); export const...

good first issue