2019年7月4日

[Vue2][練習]使用requireJS建立Component+$emit語法

this.$emit('event name', value);
子層向父層呼叫Method的方法。