Gun-Vue docs v0.21.4 • Docs
Gun-Vue docs v0.21.4 / User / addProfileField
Function: addProfileField()
addProfileField(
title
):void
Add a field to the User profile
Parameters
• title: string
Field title
Returns
void
Example
ts
import { addProfileField } from '@gun-vue/composables'
addProfileField('city')