书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 10419 个相关结果.
  • Markdown and Vue SFC

    Markdown and Vue SFC Markdown and Vue SFC Each Markdown file is first compiled into HTML, and then converted to a Vue SFC. In other words, you can take Markdown as Vue SFC: B...
  • vue2.x源码解析系列二: Vue组件初始化过程概要

    2336 2021-09-17 《Vue 2.x 源码解析》
    创建Vue实例的两步 第一阶段:创建Vue类 第二阶段:创建 Vue 实例 这里分析的是当前(2018/07/25)最新版 V2.5.16 的源码,如果你想一遍看一遍参阅源码,请务必记得切换到此版本,不然可能存在微小的差异。 大家都知道,我们的应用是一个由Vue组件构成的一棵树,其中每一个节点都是一个 Vue 组件。我们的每一个Vue组件是如何...
  • 1.2 构造器的默认选项

    2838 2019-11-04 《深入剖析Vue源码》
    1.2 构造器的默认选项 1.2 构造器的默认选项 我们回到最开始的例子,在实例化Vue 时,我们会将选项对象传递给构造器进行初始化,这个选项对象描述了你想要的行为,例如以data 定义实例中的响应式数据,以computed 描述实例中的计算属性,以components 来进行组件注册,甚至是定义各个阶段执行的生命周期钩子等。然而Vue 内部本身会自...
  • 基本示例

    基本示例 基本示例 这里有一个 Vue 组件的示例: // 定义一个名为 button-counter 的新组件 Vue . component ( 'button-counter' , { data : function () { return { count : 0 ...
  • Mocking global objects

    Mocking global objects The mocks mounting option Example with vue-i18n Settings default mocks using config Conclusion This book is written for Vue.js 3 and Vue Test Utils v2....
  • Routing

    Routing Basic Routes Dynamic Routes Validate Route Params Nested Routes Dynamic Nested Routes Unknown Dynamic Nested Routes Named Views SPA fallback Locally Accessing Route ...
  • Loading 加载

    Loading 加载 安装方法 开发指南 何时使用 注意事项 Loading 代码示例 相关区块 暂无相关区块 Loading 加载 如果项目中使用的是 0.x 版本的基础组件(@icedesign/base, @ali/ice, @alife/next),请在左侧导航顶部切换组件版本。 安装方法 在命令行中执行以下命令 npm...
  • TypeScript 支持

    TypeScript 支持 NPM 包中的官方声明 推荐配置 开发工具 项目创建 编辑器支持 定义 Vue 组件 与 Options API 一起使用 注释返回类型 注释 Props 与 Composition API 一起使用 类型声明 ref 类型声明 reactive 类型声明 computed TypeScri...
  • Introduction

    Introduction to Framework7 Vue Introduction to Framework7 Vue It is highly recommended for you to be familiar with basics of both Framework7 and Vue.js before getting started. ...
  • Introduction

    Introduction to Framework7 Vue Introduction to Framework7 Vue It is highly recommended for you to be familiar with basics of both Framework7 and Vue.js before getting started. ...