Wscats / vue-snippets

Visual Studio Code Syntax Highlighting For Vue3 And Vue2
https://marketplace.visualstudio.com/items?itemName=Wscats.vue&ssr=false#overview
MIT License
67 stars 7 forks source link

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

Open mxismean opened 3 years ago

mxismean commented 3 years ago

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

image

mxismean commented 3 years ago

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

Wscats commented 3 years ago

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

image

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

mxismean commented 3 years ago

可以的,稍等下 我贴进来

Wscats commented 3 years ago

可以的,稍等下 我贴进来

使用的 ide 是 hbuilder 吗?

mxismean commented 3 years ago

使用的 vscode

Wscats commented 3 years ago

`

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

已发送至 {{ 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)

`

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