refactor: generic components (#868)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
parent
5c8f75b9b7
commit
b30ebc12f8
13 changed files with 63 additions and 61 deletions
|
@ -11,6 +11,10 @@ export default defineNuxtConfig({
|
|||
typescript: {
|
||||
tsConfig: {
|
||||
exclude: ['../service-worker'],
|
||||
vueCompilerOptions: {
|
||||
jsxTemplates: true,
|
||||
experimentalRfc436: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
modules: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue