File tree Expand file tree Collapse file tree 3 files changed +18
-33
lines changed Expand file tree Collapse file tree 3 files changed +18
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-highlight-code" ,
3
3
"private" : false ,
4
- "version" : " 0.0.5 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " ./dist/vue3-highlight.umd.js" ,
7
7
"module" : " ./dist/vue3-highlight.es.js" ,
19
19
},
20
20
"dependencies" : {
21
21
"highlight.js" : " ^11.5.1" ,
22
- "vue" : " ^3.2.25" ,
23
- "vue-highlight-code" : " ^0.0.3"
22
+ "vue" : " ^3.2.25"
24
23
},
25
24
"devDependencies" : {
26
25
"@vitejs/plugin-vue" : " ^2.3.3" ,
27
26
"sass" : " ^1.26.5" ,
28
27
"sass-loader" : " ^8.0.2" ,
29
28
"vite" : " ^2.9.9"
30
- }
29
+ },
30
+ "repository" : {
31
+ "type" : " git" ,
32
+ "url" : " https://github.com/F-one-1/vue-highlight-code.git"
33
+ },
34
+ "homepage" : " https://github.com/F-one-1/vue-highlight-code" ,
35
+ "keywords" : [
36
+ " highlight" ,
37
+ " vue3" ,
38
+ " component" ,
39
+ " vue" ,
40
+ " highlight.js"
41
+ ]
31
42
}
Original file line number Diff line number Diff line change 2
2
// This starter template is using Vue 3 <script setup> SFCs
3
3
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
4
4
import HelloWorld from ' ./components/HelloWorld.vue'
5
- import { HighCode } from ' vue-highlight-code '
6
- import ' vue-highlight-code/dist/style.css'
5
+ import HighCode from ' ./components/HighCode. vue'
6
+ // import 'vue-highlight-code/dist/style.css'
7
7
const value = ` import { HighCode } from 'vue-highlight-code';
8
8
import 'vue-highlight-code/dist/style.css';
9
9
export default {
10
10
components: {
11
11
HighCode
12
12
},
13
13
data(){
14
-
14
+
15
15
}
16
16
}`
17
17
const light = ' light'
Original file line number Diff line number Diff line change @@ -598,32 +598,6 @@ vite@^2.9.9:
598
598
optionalDependencies :
599
599
fsevents "~2.3.2"
600
600
601
- vue-highlight-code@^0.0.1 :
602
- version "0.0.1"
603
- resolved "https://registry.npmjs.org/vue-highlight-code/-/vue-highlight-code-0.0.1.tgz#c9144bca640c67fa69d3995f186f0991155e7c32"
604
- integrity sha512-neL6lqPvRTzs7Cb6qulB3M+8o18PaGDXg2oiSVTjR7TmRz6PY5056AkF/MHdfHplOsRGWq/ggXwtxtYDGhG58g==
605
- dependencies :
606
- highlight.js "^11.5.1"
607
- vue "^3.2.25"
608
-
609
- vue-highlight-code@^0.0.2 :
610
- version "0.0.2"
611
- resolved "https://registry.npmjs.org/vue-highlight-code/-/vue-highlight-code-0.0.2.tgz#701ead3d331cd8401f53dc4743aeb515571200ed"
612
- integrity sha512-7ILn6GX0j8tx0LYRjeaxnYGQHRAsbMzWdDyocvVyIeMWITs7l+OizqokJG5hZLTV4uxGEELWpo7rtY91xTOmpA==
613
- dependencies :
614
- highlight.js "^11.5.1"
615
- vue "^3.2.25"
616
- vue-highlight-code "^0.0.1"
617
-
618
- vue-highlight-code@^0.0.3 :
619
- version "0.0.3"
620
- resolved "https://registry.npmjs.org/vue-highlight-code/-/vue-highlight-code-0.0.3.tgz#ad924131b7f8f7cfb7337b6db65165ec88597086"
621
- integrity sha512-KV0JYNlfQ3fVJHUuRNvmEofwe76xfREtpABrjc6iGSz2z9i8HjcqrzYCILeryrbDOaQ7xV8KndBCZkQyxRsjfQ==
622
- dependencies :
623
- highlight.js "^11.5.1"
624
- vue "^3.2.25"
625
- vue-highlight-code "^0.0.2"
626
-
627
601
vue@^3.2.25 :
628
602
version "3.2.33"
629
603
resolved "https://registry.npmmirror.com/vue/-/vue-3.2.33.tgz#7867eb16a3293a28c4d190a837bc447878bd64c2"
You can’t perform that action at this time.
0 commit comments