-
` `
window.addEventListener('wxload', (query: any) => {
window.$$createSelectorQuery()
.select('#test')
.fields({
…
-
```
{
console.log(e);
}}
reportSubmit
>
获取formId
```
![image](https://user-images.githubuse…
-
hey,
firstly this is a great framework!
I'd like to query about i18n support. eg. can vue-i18n be used then auto converted to miniprogram-i18n compatible? what's the road map? or what's the re…
-
比如vant本身有小程序和web端的版本,能否兼容小程序直接去找vant的小程序版本, web端找vant的web版本?
-
-
按照**kbone 项目搭建流程**操作了一遍,开发工具构建npm后预览,报如下错,不知道是什么原因,麻烦帮忙看看~
PS.基础库版本和开发工具版本都检查无误
VM226:1 thirdScriptError
eval is not a function;at "pages/home/index" page lifeCycleMethod onLoad function
TypeErr…
-
试了一些传统的ui库,都不能用,而且调试难度不是一般大.
-
preact+typescript,使用小程序内置组件时报错。
用法:
```js
选择城市
```
报错:
```raw
VM1845:1 thirdScriptError
Cannot set property behavior of # which has only a getter;at "pages/index/index" page lifeCycleMet…
-
```html
wx.createSelectorQuery()
.select('#canvas')
.fields({
node: true,
size: true
})
.exec(function (res) { self.initCanvas(res) })
```
…
-
Preact v10.0.0 已经正式发布了,kbone 可以支持 preact x 了吗?
b2nil updated
5 years ago