File tree Expand file tree Collapse file tree 5 files changed +1897
-2653
lines changed Expand file tree Collapse file tree 5 files changed +1897
-2653
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import { defineComponent } from "vue"
33export default defineComponent ( {
44 name : "Welcome" ,
55 setup ( ) {
6- return ( ) => < p style = "color: #fcb80f;cursor: pointer;" > Welcome to here 🚀 .</ p >
6+ const text = `Welcome to here 🚀 .`
7+ return ( ) => < p style = { { color : '#fcb80f' , cursor : 'pointer' } } > { text } </ p >
78 } ,
89} )
Original file line number Diff line number Diff line change 4141 "vite" : " ^2.0.0"
4242 },
4343 "dependencies" : {
44+ "@babel/core" : " ^7.17.8" ,
45+ "@babel/plugin-syntax-import-meta" : " ^7.10.4" ,
46+ "@babel/plugin-transform-typescript" : " ^7.16.8" ,
47+ "@vue/babel-plugin-jsx" : " ^1.1.1" ,
4448 "@vue/compiler-dom" : " ^3.2.31" ,
4549 "chalk" : " 4.1.2" ,
4650 "magic-string" : " ^0.26.1" ,
4751 "shell-quote" : " ^1.7.3"
4852 },
4953 "devDependencies" : {
54+ "@types/babel__core" : " ^7.1.19" ,
5055 "@vue/compiler-sfc" : " ^3.2.31" ,
5156 "@webfansplz/eslint-config" : " ^0.1.0" ,
5257 "eslint" : " ^8.11.0" ,
You can’t perform that action at this time.
0 commit comments