书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 432 个相关结果.
  • Context

    API: 上下文对象 上下文对象 API: 上下文对象 上下文对象 context 变量的可用属性一览: 属性字段 类型 可用 描述 app Vue 根实例 客户端 & 服务端 包含所有插件的 Vue 根实例。例如:在使用 axios 的时候,你想获取 $axios 可以直接通过 context.app.$axios 来获取 isCl...
  • Actions

    383 2020-12-20 《Vuex v3.x Document》
    Actions Dispatching Actions Dispatching Actions in Components Composing Actions Actions Try this lesson on Scrimba Actions are similar to mutations, the differences being ...
  • Context

    上下文对象 上下文对象 context 变量的可用属性一览: 属性字段 类型 可用 描述 app Vue 根实例 客户端 & 服务端 包含所有插件的 Vue 根实例。例如:在使用 axios 的时候,你想获取 $axios 可以直接通过 context.app.$axios 来获取 isClient Boolean 客户端 & 服务端 ...
  • Introduction

    Introduction What is NuxtJS? Features How it Works Schema Server Rendered (Universal SSR) Single Page Applications (SPA) Static Generated (Pre Rendering) Static Site Generati...
  • 从原生小程序迁移过来?

    959 2021-08-19 《Taro v3.2 教程》
    从原生小程序迁移过来? 全局变量 API 的 scope 1. 层级过深 2. 使用了 <CustomWrapper> dataset 从原生小程序迁移过来? 本篇将讲述 Taro 开发和原生小程序开发的主要差异。希望能帮助掌握原生小程序开发,但不太了解 Taro 的同学快速进行迁移。 全局变量 在使用 React/Vue 时,全局变量...
  • 简介

    简介 学习本教程前您应该掌握 Lavas 能做什么 简介 Lavas 是一套基于 Vue 的 PWA 解决方案,能够帮助开发者快速搭建 PWA 应用,解决接入 PWA 的各种问题,对提升用户体验,用户留存率等有明显提升,且开发者无须过多的关注 PWA 开发本身。 如果您对 PWA 的概念还不熟悉,可以参考 Lavas 官网中关于 PWA 的介绍...
  • 介绍

    6439 2018-12-10 《Vue.js 技术揭秘》
    Vue.js 技术揭秘 章节目录 Vue.js 技术揭秘 目前社区有很多 Vue.js 的源码解析文章,但是质量层次不齐,不够系统和全面,这本电子书的目标是全方位细致深度解析 Vue.js 的实现原理,让同学们可以彻底掌握 Vue.js。目前分析的版本是 Vue.js 的最新版本 Vue.js 2.5.17-beta.0,并且之后会随着版本升级而做...
  • Context and Helpers

    Context and helpers Using page parameters for your API query Redirecting users & accessing the store Helpers $nuxt: The Nuxt helper Connection checker Accessing the root insta...
  • Application Structure

    486 2020-12-20 《Vuex v4.0 Document》
    Application Structure Application Structure Vuex doesn’t really restrict how you structure your code. Rather, it enforces a set of high-level principles: Application-level st...
  • uni-app-chat

    uni-app-chat 版本: 1.5.0 快捷使用 更新说明: uni-app-chat 版本: 1.5.0 快捷使用 import socket from "./socket.js" ; //引入socket.js 重要 const Socket = await new socket ({ ...