fix: after register page empty
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
|
||||
}
|
||||
|
||||
const html = computed(_ => marked(appStore.setting.hello))
|
||||
const html = computed(_ => marked(appStore.setting.hello||''))
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user