摘要: Vue's slots enable you to define where content of a component should land when you define the content inside of a parent component. You can also name 阅读全文
posted @ 2018-07-22 18:03 Zhentiw 阅读(214) 评论(0) 推荐(0)
摘要: While traditional Vue components require a data function which returns an object and a method object with your handlers, vue-class-componentflattens c 阅读全文
posted @ 2018-07-22 17:53 Zhentiw 阅读(1163) 评论(0) 推荐(0)