nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks
https://nearbeach.org
MIT License
163 stars 63 forks source link

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

Open robotichead opened 1 month ago

robotichead commented 1 month ago

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 commented 1 month ago

Can I be assigned to this please

Saksham-garg commented 1 month ago

/assign

aidanjbennett commented 1 month ago

Fixed - https://github.com/nearbeach/NearBeach/pull/690