js const app = createApp({}) // make v-focus usable in all components app.directive('focus', { /* ... */ }). TIP. Custom directives should only be used when ...
確定! 回上一頁