Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue Element Syntax Error with Arrow Functions Involving Strings #224

Open
UnRealSKY opened this issue Dec 20, 2023 · 1 comment
Open

Vue Element Syntax Error with Arrow Functions Involving Strings #224

UnRealSKY opened this issue Dec 20, 2023 · 1 comment

Comments

@UnRealSKY
Copy link

Using arrow functions within Vue elements and utilizing strings inside them leads to an error, regardless of whether backticks(`), single quotes('), or double quotes(") are used.

image
image

@deathaxe
Copy link

I can't reproduce it with ST4155...4178.

grafik

<q-dialog
	:refs="() => {refController(modal.fullTool.refs, 'dialog')}"
	v-model="modal.fullToll.isOpen"
	no-esc-dismiss
	no-backdrop-dismiss
>

As Vue just embedds source.js the issue might be caused by an outdated or malformed JavaSctipt syntax.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants