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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
6
6
7
7
## Key Features
8
8
9
+
* Supports Vue 3 (`dist/vue3-sfc-loader.js`) and Vue 2 (`dist/vue2-sfc-loader.js`)
9
10
* Only requires Vue runtime-only build
10
11
* Focuses on component compilation. Network, styles injection and cache are up to you (see [example below](#example))
11
12
* Embedded ES6 modules support ( including `import()` )
12
13
* SFC Custom Blocks support
13
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
15
* 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)
16
16
* You can [build your own version](#build-your-own-version) and easily customize browsers you need to support
0 commit comments