SyntaxFix
Write A Post
Hire A Developer
Questions
This is my working example of our simple Vue component.
<template functional> <div v-html="require('!!html-loader!./../svg/logo.svg')"></div> </template>