File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55 < meta charset ="UTF-8 " />
66 < link rel ="icon " href ="/favicon.ico " />
77 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
8- < title > JSON Editor Vue (Vue {{VUE_VERSION}})</ title >
8+ < title > {{ NAME }} (Vue {{ VUE_VERSION }})</ title >
99</ head >
1010
1111< body >
1212 < div id ="app "> </ div >
13- < script type ="module " src ="/demo/vue{{VUE_VERSION}}/index.ts "> </ script >
13+ < script type ="module " src ="/demo/vue{{ VUE_VERSION }}.js "> </ script >
1414</ body >
1515
1616</ html >
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default {
3737 {
3838 name : 'html-transform' ,
3939 transformIndexHtml ( html : string ) {
40- return html . replace ( / \{ \{ N A M E \} \} / , name ) . replace ( / \{ \{ V U E _ V E R S I O N \} \} / g, String ( major === 3 ? major : `${ major } .${ minor } ` ) )
40+ return html . replace ( / \{ \{ N A M E \} \} / , name ) . replace ( / \{ \{ V U E _ V E R S I O N \} \} / g, String ( major === 3 ? major : `${ major } .${ minor } ` ) )
4141 } ,
4242 } ,
4343 dts ( { rollupTypes : true } ) ,
You can’t perform that action at this time.
0 commit comments