Closed
Description
When I import the module using:
import StatusIndicator from 'vue-status-indicator';
I get the following error:
<some path>/node_modules/vue-status-indica
tor/src/components/StatusIndicator.vue:1
<template>
^
ParseError: Unexpected token
I think this has to do with the missing lang="html"
attribute in the template element.