John Wu

Results 8 comments of John Wu

同一个世界同一个问题

In the same question, he displays `el-tag` errors as icon

In the same problem, I use elements-plus, the console has hmr log, but the page will not be updated

I am using JavaScript, atom-ide-ui how to format it What else do I need to install?

@kcaze I have installed ide-typescript, the code still can't be format, and there is no error message.

The same problem, use `import "./tailwind.css?inline"` syntax HMR does not work

> I ran into a similar issue using vite@4. My solution was to define the port in vite.config.ts. See https://vitejs.dev/config/server-options.html#server-port > > e.g. > > ``` > import { defineConfig...