-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
template无法被解析 #16935
Comments
调试器里看到的只有id为app的page空标签,具体复现步骤只要按照https://open.feishu.cn/document/tools-and-resources/development-tools/develop-gadget-with-taro#254ac8d0 来操作就可以复现 |
我找到原因了,是因为taro build --type lark |
This was referenced Nov 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
相关平台
飞书小程序
复现仓库
git@github.com:enjoy-myLife/taro-feishu-demo.git
使用框架: Vue 3
复现步骤
'@tarojs/plugin-platform-lark'
]
{
"miniprogramRoot": "./",
"projectname": "taro-lark",
"description": "taro-lark",
"appid": "touristappid",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": false,
"minified": false
},
"compileType": "miniprogram"
}
"scripts": {
"build:lark": "taro build --type lark",
"dev:lark": "npm run build:lark -- --watch"
}
7.yarn dev:lark
期望结果
能够回显template下的文本
实际结果
在page的index.vue中,template下无论写什么都不被渲染,调试器里看到最终生成的只有,但是setup下的console.log又能够正常打印
环境信息
The text was updated successfully, but these errors were encountered: