You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
11
11
* Focuses on component compilation. Network, styles injection and cache are up to you (see [example below](#example))
12
12
* Embedded ES6 modules support ( including `import()` )
13
13
* SFC Custom Blocks support
14
-
* Support custom CSS, HTML and Script language, see [pug](docs/examples.md#using-another-template-language-pug) and [stylus](docs/examples.md#using-another-style-language-stylus) examples
14
+
* JSX support
15
+
* Custom CSS, HTML and Script language Support, see [pug](docs/examples.md#using-another-template-language-pug) and [stylus](docs/examples.md#using-another-style-language-stylus) examples
15
16
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
16
-
*You can [build your own version](#build-your-own-version) and easily customize browsers you need to support
17
+
*Easily [build your own version](#build-your-own-version) and customize browsers you need to support
17
18
18
19
19
20
## Example
@@ -82,9 +83,9 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
[](https://snyk.io/vuln/npm:vue3-sfc-loader)
0 commit comments