@s-molinari Thanks for your help, i will think about the solution again
Latest posts made by t783072
-
RE: Can the positioning of the dialog component be specified around a component?
-
RE: Can the positioning of the dialog component be specified around a component?
@s-molinari It seems to solve the problem, but after I click the input box to pop up the proxy component, the input box loses focus. When I want to implement the function, the hot search keywords are displayed at the same time when the user clicks the input box
-
Can the positioning of the dialog component be specified around a component?
For example, I want to pop up a dialog box below the input box when the input box gets focused.
-
HMR is relatively slow, about two or three seconds slower than projects created by vue cli.(use ts)
How do I solve this problem?For example, if I change the spacing, it will be slow to re-render the page.
-
RE: Unable to use quasar dev command in the editor terminal, the error message says there is no such file or directory, but it can be used normally on the desktop terminal
@t783072 This issue has been resolved, you need to add
source ~ / .bash_profile
to the zsh configuration file (because some commands are configured in the bash configuration file). But what is confusing is that without addingsource ~ / .bash_profile
in the zsh configuration file, I can still use those commands configured in bash in the desktop terminal(iterm2), which is very different from the terminal in the editor. -
RE: Unable to use quasar dev command in the editor terminal, the error message says there is no such file or directory, but it can be used normally on the desktop terminal
@isac I used vscode and webstorm, neither of them worked.