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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +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
-
* Support custom CSS, HTML and Script language, see [pug example](docs/examples.md#using-another-template-language-pug)
12
+
* 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
13
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
14
14
* You can [build your own version](#build-your-own-version) and easily customize browsers you need to support
15
15
@@ -119,7 +119,7 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
119
119
## Any Questions <sub>:question:</sub>
120
120
121
121
<!-- ask here: https://stackoverflow.com/questions/ask?tags=vue3-sfc-loader (see [previous questions](https://stackoverflow.com/questions/tagged/vue3-sfc-loader)) -->
122
-
[:speech_balloon: ask in Discussions tab](https://github.com/FranckFreiburger/vue3-sfc-loader/discussions)
122
+
[:speech_balloon: ask in Discussions tab](https://github.com/FranckFreiburger/vue3-sfc-loader/discussions?discussions_q=category%3AQ%26A)
0 commit comments