fix: fix build:test error
This commit is contained in:
@@ -34,7 +34,10 @@ const schema = reactive<FormSchema[]>([
|
||||
label: 'option2',
|
||||
value: '2'
|
||||
}
|
||||
]
|
||||
],
|
||||
onChange: (value: string) => {
|
||||
console.log(value)
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -13,6 +13,7 @@ const { getPrefixCls } = useDesign()
|
||||
const prefixCls = getPrefixCls('login')
|
||||
|
||||
const appStore = useAppStore()
|
||||
console.log(appStore)
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user