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

html 元素格式化以后,标签的 < , > 换行出错 #11

Open
mxismean opened this issue Nov 19, 2020 · 6 comments
Open

html 元素格式化以后,标签的 < , > 换行出错 #11

mxismean opened this issue Nov 19, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@mxismean
Copy link

基于 .vue 开发 小程序,页面里面用到了小程序的组件,例如 view , text ....
目前发现 text 组件的 > 换行出错;

image

@mxismean
Copy link
Author

使用的 uni-app 开发的微信小程序, 开发文件是 .vue

@Wscats
Copy link
Owner

Wscats commented Nov 19, 2020

基于 .vue 开发 小程序,页面里面用到了小程序的组件,例如 view , text ....
目前发现 text 组件的 > 换行出错;

image

方便发一下这个.vue文件的源代码我测试下吗?

@mxismean
Copy link
Author

可以的,稍等下 我贴进来

@Wscats
Copy link
Owner

Wscats commented Nov 19, 2020

可以的,稍等下 我贴进来

使用的 ide 是 hbuilder 吗?

@mxismean
Copy link
Author

使用的 vscode

@Wscats
Copy link
Owner

Wscats commented Nov 19, 2020

`

为了您的帐号安全请使用手机号登录

已发送至
{{ phoneNum || '--' }}

<picker
class="ipt_country"
mode="selector"
:range="selectData"
range-key="name"
:value="countryIndex"
@change="selectChange"

{{
selectData[countryIndex].code
}}

<input
class="ph_ipt"
type="digit"
maxlength="20"
:value="phoneNum"
@input="phoneInput"
@confirm="phoneConfirm"
placeholder="请输入手机号"
placeholder-class="ipt_placeholder"
/>

<input
class="code_ipt_ipt"
type="number"
:focus="true"
maxlength="6"
:value="codeValue"
@input="codeInput($event)"
/>

<text @click="getCodeAgain">重新发送
({{ leftTime }}s)

<script></script> <style scoped></style>

`

这个文件有点乱,你加我QQ发我?

@Wscats Wscats added the bug Something isn't working label Nov 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants