We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ed329 commit 4d83499Copy full SHA for 4d83499
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-highlight-code",
3
"private": false,
4
- "version": "0.1.4",
+ "version": "0.1.5",
5
"license": "MIT",
6
"main": "./dist/vue3-highlight.umd.js",
7
"module": "./dist/vue3-highlight.es.js",
src/App.vue
<script setup>
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
-import HelloWorld from './components/HelloWorld.vue'
+// import HelloWorld from './components/HelloWorld.vue'
import HighCode from './components/HighCode.vue'
// import textloader from './textLoader.js'
// import 'vue-highlight-code/dist/style.css'
src/components/HelloWorld.vue
0 commit comments