I do not understand how to use Inline inside a component (not globally).
I am trying something like the following, but it does not work:
<template>
<div>
<inline name="schema"></inline>
</div>
</template>
<script>
import {makeComponent} from 'vue-inline';
import schema from '@/assets/img/schema.svg';
const Inline = makeComponent();
export default {
components: {Inline},
data () {
return {
schema
};
}
};
</script>
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too