Skip to content

Commit 7918bb6

Browse files
wip(docs): see. "Key Features"
1 parent c7a947b commit 7918bb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
99
* Only requires [Vue3 runtime](https://unpkg.com/vue@next/dist/vue.runtime.global.prod.js)
1010
* Focuses on component compilation. Network, styles injection and cache are up to you (see [example below](#example))
1111
* Embedded ES6 modules support ( including `import()` )
12+
* SFC Custom Blocks support
1213
* 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
1314
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
1415
* You can [build your own version](#build-your-own-version) and easily customize browsers you need to support

0 commit comments

Comments
 (0)