0👍
✅
You can just initialize that v-model variable with the initial value.
This should achieve what you are looking for:
data: {
message: 'initial_message',
}
Source:stackexchange.com