Roberto Obando
Roberto Obando
i've tried, but didnt work ```lang-javascript export default { props: { src: { default: '~/assets/videos/big_buck_bunny.mp4' } }, methods: { onStart() { console.log('started video playback') } } } ``` also a...
Hi. currently, I defined my policies like this: module.exports.policies = { ``` javascript '*': [ 'basicAuth', 'passport', 'sessionAuth', 'ModelPolicy', 'AuditPolicy', 'OwnerPolicy', 'PermissionPolicy', 'RolePolicy', 'CriteriaPolicy' ], AuthController: { '*': ['passport'] },...
i ve try to import only MdSelect component and avoiding get the whole library, like de docs said. and when I put this in the modules array of nuxt.config file:...