-
-
Hello, how to use editor?
I run `npm run "start:dev"` and just see a terrain demo, no any UI.
![image](https://user-images.githubusercontent.com/10785634/132621663-add87620-b8de-403f-9878-2a64d6b4d8…
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct](h…
-
### Describe the feature
## Background
In my vue2 project I used [form builder based on json array of fields](https://gist.github.com/razbakov/efd5ca7ef7fafaadcf332bfa1be3f542).
I was looking …
-
### Description
I know that we can only position the notification from app.config.ts
> export default defineAppConfig({
> ui: {
> notifications: {
> // Show toasts at the top righ…
-
We have an open issue in `ui-components` to add a new "Toggle Switch" component. With this we should update some of the buttons in the Devices UX (in this case, the "Developer Mode" option) to be togg…
-
- Make a Ko style binding engine. So binding to existing HTML, no composition stuff (you both already have that covered :-) )
- I used Alans conventions: @ for directive (build in) bindings, : for at…
-
# Prerequisites
- [x] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md).
- [x] I agree to follow the [Code of Conduct](https://github.com/ion…
-
# Weex在达人店的一年实践
>本文来自尚妆移动端团队[路飞](https://github.com/or0fun)
>发表于尚妆github博客,欢迎订阅!
尚妆达人店接入weex也一年的时间了,在此期间,也陆陆续续出了一些文章:
[「Android」 详细全面的基于vue2.0Weex接入过程(Android视角)](https://juejin.im/post/58c221…
-
https://github.com/justquanyin/third-payment
```javascript
var _ = require("underscore");
var common = {
err : ""
};
common.getErr = function(){
return this.err;
}
common.setErr =…