书栈网 · BookStack 本次搜索耗时 0.031 秒,为您找到 63305 个相关结果.
  • 增强类型以配合插件使用

    增强类型以配合插件使用 增强类型以配合插件使用 插件可以增加 Vue 的全局/实例属性和组件选项。在这些情况下,在 TypeScript 中制作插件需要类型声明。庆幸的是,TypeScript 有一个特性来补充现有的类型,叫做模块补充 (module augmentation) 。 例如,声明一个 string 类型的实例属性 $myPropert...
  • 主题配置

    可视化生成自定义主题 如果仅希望更换 ZarmVue 的品牌色,推荐使用在线主题生成工具 。通过替换主题色,能够让 ZarmVue 的视觉更加符合具体项目的定位。 使用上述工具,可以很方便地实时预览主题色改变之后的视觉,同时它还可以基于新的主题色生成完整的样式文件包,供直接下载使用。 动态修改variables.scss常量实现自定义主题 ...
  • 1 使用 Vue.js 的 Hello World

    5814 2020-07-08 《Vue 教程》
    1 使用 Vue.js 的 Hello World 环境设置 选项 1: 选项 2: 选项 3: 初始代码 让我们现在回答 步骤 1:创建新的 Vue 实例 步骤 2:传递选项对象 步骤 3:建立与 DOM 的连接 步骤 4:指定我们的数据 步骤 5:将此数据呈现到 DOM 1 使用 Vue.js 的 Hello World ...
  • Opt-out from Google Analytics

    Opt-out from Google Analytics Opt-out from Google Analytics It is possible to opt-out from Google Analytics by simply setting the disabled property to true.The disabled prope...
  • 版本记录

    版本信息 v2.8.1 Released on 4 June 🐛 Bug Fixes 5867 Fix exception on property access of undefined object 5863 Prevent "can't set headers after they are sent" error in modern server...
  • FAQ

    FAQ Unable to Reach Admin Dashboard How to Bypass Spam Filters Events Aren’t Showing Up on the Dashboard Submitted Form Data Isn’t Being Captured FAQ Unable to Reach Admin ...
  • 快速上手

    Zarm Vue 版本 Install 安装 Import 引入 Zarm Vue 版本 稳定版: 开发版: Install 安装 npm install zarm - vue -- save Import 引入 全组件引入 import Vue from 'vu...
  • Plugins

    Plugins External Packages Vue Plugins ES6 plugins Inject in $root & context Inject into Vue instances Inject into context Combined inject Client-side only Name conventional ...
  • Get started

    Get started Installation Usage Component scope Import methods API Track multiple accounts Use functions or/and Promises Get started Installation npm install vue - anal...
  • 起步

    起步 Vue CLI 手动配置 起步 Vue CLI 如果你不想手动设置 webpack,我们推荐使用 Vue CLI 直接创建一个项目的脚手架。通过 Vue CLI 创建的项目会针对多数常见的开发需求进行预先配置,做到开箱即用。 如果 Vue CLI 提供的内建没有满足你的需求,或者你乐于从零开始创建你自己的 webpack 配置,那么...