I have the following .vue component file:
<template>
....
</template>
<script>
export default { /* stuff here*/}
</script>
<style>
</style>
Now i would like to include some css/js (provided by the template on themeforest) files for this component only. including them within the tag doesnt seem to work. any idea what wrong ?