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