I am using the component globally, but i can't associate the component with a label like this, for example: <label for="price">Preço</label> <money type="text" name="price" id="price" v-model="price"> How could i associate the created input with a label?