You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
赵明涛
4a23eb8c71
|
7 months ago | |
---|---|---|
.. | ||
.hbuilderx | 9 months ago | |
src | 7 months ago | |
.gitignore | 12 months ago | |
index.html | 12 months ago | |
package.json | 11 months ago | |
readme.md | 11 months ago | |
shims-uni.d.ts | 12 months ago | |
vite.config.js | 12 months ago | |
yarn.lock | 11 months ago |
readme.md
项目说明
nvue页面注意事项
- Android 端在一个页面内使用大量圆角边框会造成性能问题,尤其是多个角的样式还不一样的话更耗费性能。应避免这类使用。
- nvue 页面的布局排列方向默认为竖排(column)
- nvue 页面只能使用flex布局
- nvue 页面控制显隐只可以使用v-if不可以使用v-show
- 在 App.vue 中定义的全局 js 变量不会在 nvue 页面生效。globalData和vuex是生效的。
- 不能在 style 中引入字体文件
- 不支持在 nvue 页面使用 typescript/ts。