I am integrating a jQuery select2 plugin by wrapping it inside a custom directive. export default { data() { return { selected: null, options: [] } } ...
確定! 回上一頁