Skip to content

Commit 4d83499

Browse files
committed
chore: delete HW.vue
1 parent c1ed329 commit 4d83499

File tree

3 files changed

+2
-22
lines changed

3 files changed

+2
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-highlight-code",
33
"private": false,
4-
"version": "0.1.4",
4+
"version": "0.1.5",
55
"license": "MIT",
66
"main": "./dist/vue3-highlight.umd.js",
77
"module": "./dist/vue3-highlight.es.js",

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<script setup>
22
// This starter template is using Vue 3 <script setup> SFCs
33
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
4-
import HelloWorld from './components/HelloWorld.vue'
4+
// import HelloWorld from './components/HelloWorld.vue'
55
import HighCode from './components/HighCode.vue'
66
// import textloader from './textLoader.js'
77
// import 'vue-highlight-code/dist/style.css'

src/components/HelloWorld.vue

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)