Skip to content

Commit a4e9212

Browse files
wip(docs): minor enhancements
1 parent 2763873 commit a4e9212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +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-
* 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
1313
* Properly reports template, style or script errors through the [log callback](docs/api/interfaces/options.md#log)
1414
* You can [build your own version](#build-your-own-version) and easily customize browsers you need to support
1515

@@ -119,7 +119,7 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
119119
## Any Questions <sub>:question:</sub>
120120

121121
<!-- 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)
123123

124124

125125
## Previous version (for vue2)

0 commit comments

Comments
 (0)