Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

transform failed! #223

Open
monty086 opened this issue May 25, 2023 · 1 comment
Open

transform failed! #223

monty086 opened this issue May 25, 2023 · 1 comment

Comments

@monty086
Copy link

monty086 commented May 25, 2023

这是报错的地方!

SyntaxError: Unexpected closing tag "span". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags (87:3)
  85 |       </portal>
  86 |   
> 87 |   </span></template></div></div></div></template>

这是代码出处

             <div
                class="de"
              >
                <span
                  v-if="fn1()"
                  class="go-btn"
                  @click="got(item)"
                > 查看 </span>

                <span
                  v-else-if="ste()"
                  class="gbtn"
                  @click="gem(item)"
                > 领取 </span>
                <div v-else class="desc-text">
                  {{ item.step_desc }}
                </div>
              </div>
          看标签是闭合的,每次执行为什么会有这个报错
@643104191
Copy link

和我这一个问题,但原因估计不一样
#229

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants