Closed NovikovRoman closed 2 years ago
keen-ui: v1.3.2
<ui-button v-text="$store.state.fullname"></ui-button>
Throws an error and then outputs the full name.
Hi, the issue here is the use of v-text on UiButton. Try this instead:
v-text
UiButton
<ui-button>{{ $store.state.fullname }}</ui-button>
keen-ui: v1.3.2
Throws an error and then outputs the full name.