Here is an example of a more idiomatic alert. Vue.component('alert', { props:["message","show"], template: '#alert', }); var myapp = new ...
確定! 回上一頁