Skip to content

Commit fdf4f43

Browse files
wip(docs): remove icons next to the titles
1 parent 10b24ab commit fdf4f43

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
6868
see [examples](docs/examples.md)
6969

7070

71-
## Try It Online <sub>:test_tube:</sub>
71+
## Try It Online
7272

7373
https://codepen.io/franckfreiburger/project/editor/AqPyBr
7474

7575

76-
## Public API documentation <sub>:book:</sub>
76+
## Public API documentation
7777

7878
**[loadModule](docs/api/README.md#loadmodule)**(`path`: string, `options`: [Options](docs/api/interfaces/options.md)): Promise\<Module>
7979

8080

81-
## dist/ <sub>:package:</sub>
81+
## dist/
8282

8383
[![latest bundle version](https://img.shields.io/npm/v/vue3-sfc-loader?label=version)](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/CHANGELOG.md)
8484
[![bundle minified size](https://img.shields.io/bundlephobia/min/vue3-sfc-loader?label=min)](#dist)
@@ -94,20 +94,20 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
9494
- `npm install vue3-sfc-loader` (`./node_modules/vue3-sfc-loader/dist/vue3-sfc-loader.js`)
9595

9696

97-
## Build your own version <sub>:hammer_and_wrench:</sub>
97+
## Build your own version
9898

9999
`webpack --config ./build/webpack.config.js --mode=production --env targetsBrowsers="> 1%, last 2 versions, Firefox ESR, not dead, not ie 11"`
100100

101101
_see [`package.json`](https://github.com/FranckFreiburger/vue3-sfc-loader/blob/main/package.json) "build" script_
102102
_see [browserslist queries](https://github.com/browserslist/browserslist#queries)_
103103

104104

105-
## How It Works <sub>:gear:</sub>
105+
## How It Works
106106

107107
[`vue3-sfc-loader.js`](https://unpkg.com/vue3-sfc-loader/dist/report.html) = `Webpack`( `@vue/compiler-sfc` + `@babel` )
108108

109109

110-
### more details <sub>:mag:</sub>
110+
### more details
111111

112112
1. load the `.vue` file
113113
1. parse and compile template, script and style sections (`@vue/compiler-sfc`)
@@ -117,7 +117,7 @@ Load .vue files dynamically at runtime from your html/js. No node.js environment
117117
1. merge all and return the component
118118

119119

120-
## Any Questions <sub>:question:</sub>
120+
## Any Questions
121121

122122
<!-- ask here: https://stackoverflow.com/questions/ask?tags=vue3-sfc-loader (see [previous questions](https://stackoverflow.com/questions/tagged/vue3-sfc-loader)) -->
123123
[:speech_balloon: ask in Discussions tab](https://github.com/FranckFreiburger/vue3-sfc-loader/discussions?discussions_q=category%3AQ%26A)

0 commit comments

Comments
 (0)