HTML SUBMIT //JS vm = new Vue({ el : "#vueRoot", methods : { submit : function(){ this.$refs.form.submit() } } });
確定! 回上一頁