0👍
You need to one of two things.
1. Create a component that includes your common functionality and extend it using the vue.extends hook, or,
2. better option IMHO, wrap all the shared properties, methods etc into an object literal and turn it into a mixin.
Source:stackexchange.com