G
G
gifon2022-02-15 02:54:31
typescript
gifon, 2022-02-15 02:54:31

Vetur disable styling warning?

Hello, I'm using definePlugin to specify the socket url, but Vetur points out a warning how to disable it for that line
620aeb997e7e0455315810.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Aetae, 2022-02-15
@gifon

In some module, specify:

declare global {
  const VUE_APP_WS_URL: string | undefined;
}

In typescript, everything should be typed. You can't just take some variables out of the blue.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question