I created a directive: Vue.directive('editor', { inserted: function () { CKEDITOR.replace( 'application' ); } }) and use it in the template:
確定! 回上一頁