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

(JS-0704) Disallow the <template> <script> <style> block to be empty #671

Open
robotichead opened this issue Oct 4, 2024 · 3 comments
Open

Comments

@robotichead
Copy link
Collaborator

Description

If you prefer splitting up your *.vue components into multiple files, you can use the src attribute to import an external file for a language block. Beware that src imports follow the same path resolution rules as webpack module requests, which means: - Relative paths need to start with ./

Occurrences

There are 98 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/nearbeach/NearBeach/issue/JS-0704/occurrences/

@aidanjbennett
Copy link
Contributor

Can I be assigned to this please

@Saksham-garg
Copy link

/assign

@aidanjbennett
Copy link
Contributor

Fixed - #690

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

No branches or pull requests

3 participants