NoahV icon indicating copy to clipboard operation
NoahV copied to clipboard

An efficient front-end application framework based on vue.js

Results 42 NoahV issues
Sort by recently updated
recently updated
newest added

请问大佬在现有工程里如何引入组件和样式 1.项目根目录下运行:npm i noahv-components --save 2.main.js 中import引入并调用Vue.use,参考noahv-component的引入。 目前 缺少相关样式,无法显示完整,是否需要手动导入样式less? import /noahv-component/src/assets/css/index.less

``` [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option. ```

template_common-ts生成的代码与template_common一样 请问是否有支持typescript的template的版本

noahv --help能执行,但是noahv init下载的过程中会报错,大概是 https://registry.npmjs.org/axios 这个网址的问题,复制到浏览器提示SSL证书不对,是网站有问题还是我配置有问题呢?请教各位大佬

![image](https://user-images.githubusercontent.com/71314807/93454371-7d484200-f90d-11ea-919d-f0047de710d1.png) ![image](https://user-images.githubusercontent.com/71314807/93454987-50485f00-f90e-11ea-9213-5de9b5bafa6c.png) 整整一分钟才加载完,直接将url放到浏览器地址栏秒开;经过检验应该是代理的问题,但是不知道怎么解决,直接用 VUE_INSTANCE.$request.post(api.login.url).then(response => { 很快;用代理的就慢

``` export default { name: 'demo-list-list', data() { return { items: [ { name: 'name', title: '模板名称', type: 'select', width: '200px', option: [ { name: '全部', value: 'all' }, {...

当前事件流图条中只是显示事件类型的名字,其实事件类型很容易通过颜色区分,直接显示具体事件信息,能很直观的显示状态。 希望可以开方自定义去显示;

feature request

需要自定义布局,请问如何引用默认的header.vue

单独某个页面不使用统一的布局或者一个站点中可以同时使用多个布局的形式,如登陆页面中不想要导航信息(通过配置隐藏或者提供多入口形式) _Originally posted by @darrenywyu in https://github.com/baidu/NoahV/issues/67#issuecomment-568670057_ 我创建了一个 form表单,我现在想让表单居中,不显示header ,请问大神 如何隐藏配置。谢谢。 export default { name: 'login-form-form', data() { const self = this; return { items: [{ name: 'username', title: '用户名',...