You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template lang="pug">
#app
img(alt="Vue logo", src="./assets/logo.png")
HelloWorld(msg="Welcome to Your Vue.js App")
</template>
This will resolve the error. Earlier versions of Vue (maybe vue-template-compiler) seemed to be more tolerable about this (which I think it shouldn't because pug is indent-sensitive).
Version
2.5.18
Reproduction link
https://github.com/kuoruan/pug-vue
Steps to reproduce
npm install
npm run serve
What is expected?
run success.
What is actually happening?
The text was updated successfully, but these errors were encountered: