Allocamelus / Allocamelus

Require type definitions in props JS-0683
Bug risk
Minor
2 years ago3 years old
Prop "to" should define at least its type
17
18export default defineComponent({
19  name: "BasicButton",
20  props: ["to"],21  setup() {
22    return {
23      notNull,