D
D
drawnofmymind2020-07-22 10:13:45
Vue.js
drawnofmymind, 2020-07-22 10:13:45

Vue sees component as html tag?

Hello everyone, I have a code

title: '<base-checkbox :value="perPage" @clickVal="idHolder"/>',

in elements is displayed
<th data-v-5cc42bfc="" class="vuetable-th-slot-checking">
<base-checkbox :value="perPage" @clickval="idHolder">
</base-checkbox>
</th>

The question is, is it possible in any way to make vue see the contents of the component, and not the name, methods, etc.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2020-07-22
@Seasle

Have you tried using this naming - BaseCheckbox?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question