Skip to content

Commit 69205e3

Browse files
wip(docs): minor changes
1 parent 99bcd04 commit 69205e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
66

77
## Key Features
88

9+
* Supports Vue 3 (`dist/vue3-sfc-loader.js`) and Vue 2 (`dist/vue2-sfc-loader.js`)
910
* Only requires Vue runtime-only build
1011
* Focuses on component compilation. Network, styles injection and cache are up to you (see [example below](#example))
1112
* Embedded ES6 modules support ( including `import()` )
1213
* SFC Custom Blocks support
1314
* 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
1415
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
15-
* Also supports vue2 (see dist/vue2-sfc-loader.js)
1616
* You can [build your own version](#build-your-own-version) and easily customize browsers you need to support
1717

1818

0 commit comments

Comments
 (0)