@vitejs/plugin-vue-jsx 不支持装饰器语法,所以换成@vitejs/plugin-vue-jsx插件,不需要任何配置就可以了
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// import './assets/main.css'
|
||||
import '@abraham/reflection'
|
||||
import { createApp } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import App from './App'
|
||||
|
||||
@@ -53,7 +53,7 @@ export default class Home extends Vue {
|
||||
item: (val: ListItemType) => <li key={ val.id }>{ val.title }</li>
|
||||
} }
|
||||
</Header>
|
||||
{ this.testHtml }
|
||||
{ this.testHtml() }
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user