ziex 0.1.0-dev.562 → 0.1.0-dev.589
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,9 +128,9 @@ const zx = @import("zx");
|
|
|
128
128
|
- [x] Command based plugin system
|
|
129
129
|
- [ ] Source based plugin system
|
|
130
130
|
- [ ] Context (configurable)
|
|
131
|
-
- [
|
|
132
|
-
- [
|
|
133
|
-
- [
|
|
131
|
+
- [x] App
|
|
132
|
+
- [x] Layout
|
|
133
|
+
- [x] Page
|
|
134
134
|
- [x] Component
|
|
135
135
|
- [x] `error.zx` for default and per-route error page
|
|
136
136
|
- [x] `notfound.zx` for default and per-route error page
|
package/index.js
CHANGED